OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestConcurrentGC
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.h
462
void
RequestConcurrentGC
(Thread* self) LOCKS_EXCLUDED(Locks::runtime_shutdown_lock_);
heap.cc
600
// The SirtRef is necessary since the calls in
RequestConcurrentGC
are a safepoint.
602
RequestConcurrentGC
(self);
[
all
...]
Completed in 29 milliseconds