Searched refs:kGcCauseForNativeAlloc (Results 1 – 4 of 4) sorted by relevance
35 kGcCauseForNativeAlloc, enumerator
31 case kGcCauseForNativeAlloc: return "NativeAlloc"; in PrettyCause()
3192 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) { in RegisterNativeAllocation()3199 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()3211 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()
183 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()