Home
last modified time | relevance | path

Searched refs:tried_type (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc1752 collector::GcType tried_type = next_gc_type_; in AllocateInternalWithGc() local
1754 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1769 if (gc_type == tried_type) { in AllocateInternalWithGc()