OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VisitConcurrentRoots
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
runtime.h
317
void
VisitConcurrentRoots
(RootVisitor* visitor, void* arg, bool only_dirty, bool clean_dirty);
runtime.cc
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
580
Runtime::Current()->
VisitConcurrentRoots
(MarkObjectCallback, this, false, true);
[
all
...]
Completed in 5451 milliseconds