OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGcCauseBackground
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/
gc_cause.cc
29
case
kGcCauseBackground
: return "Background";
gc_cause.h
31
kGcCauseBackground
,
heap.cc
[
all
...]
/art/runtime/gc/collector/
garbage_collector.cc
36
Reset(
kGcCauseBackground
, false); // Reset to some place holder values.
/art/runtime/
runtime.cc
181
heap_->WaitForGcToComplete(gc::
kGcCauseBackground
, self);
[
all
...]
Completed in 242 milliseconds