HomeSort by relevance Sort by last modified time
    Searched refs:kGcCauseForNativeAlloc (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/
gc_cause.cc 31 case kGcCauseForNativeAlloc: return "NativeAlloc";
gc_cause.h 35 kGcCauseForNativeAlloc,
heap.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 194 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc ||
    [all...]
concurrent_copying.cc 172 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc ||
    [all...]

Completed in 90 milliseconds