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 76 virtual void CheckMoreCoreForPrecondition() {} // to be overridden in the debug build.
78 void CheckMoreCoreForPrecondition() {} // no-op in the non-debug build.
dlmalloc_space.h 96 void CheckMoreCoreForPrecondition();
malloc_space.cc 135 CheckMoreCoreForPrecondition();
dlmalloc_space.cc 290 void DlMallocSpace::CheckMoreCoreForPrecondition() {

Completed in 122 milliseconds