Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h38 kGcCauseForNativeAlloc, enumerator
Dgc_cause.cc35 case kGcCauseForNativeAlloc: return "NativeAlloc"; in PrettyCause()
/art/runtime/gc/collector/
Dsemi_space.cc195 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()