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

  /art/runtime/gc/
gc_cause.cc 33 case kGcCauseForNativeAllocBlocking: return "NativeAllocBlocking";
gc_cause.h 41 kGcCauseForNativeAllocBlocking,
heap.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 196 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAllocBlocking ||
    [all...]
concurrent_copying.cc 302 gc_cause == kGcCauseForNativeAllocBlocking ||
    [all...]

Completed in 195 milliseconds