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

  /art/runtime/gc/space/
malloc_space.h 77 virtual void CheckMoreCoreForPrecondition() {} // to be overridden in the debug build.
79 void CheckMoreCoreForPrecondition() {} // no-op in the non-debug build.
dlmalloc_space.h 96 void CheckMoreCoreForPrecondition();
malloc_space.cc 131 CheckMoreCoreForPrecondition();
dlmalloc_space.cc 287 void DlMallocSpace::CheckMoreCoreForPrecondition() {

Completed in 64 milliseconds