OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VerifyRoots
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
thread_list.cc
571
void ThreadList::
VerifyRoots
(VerifyRootVisitor* visitor, void* arg) const {
574
thread->
VerifyRoots
(visitor, arg);
thread.cc
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
462
VerifyRoots
();
560
void MarkSweep::
VerifyRoots
() {
561
Runtime::Current()->GetThreadList()->
VerifyRoots
(VerifyRootCallback, this);
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 40 milliseconds