Home
last modified time | relevance | path

Searched defs:CheckMoreCoreForPrecondition (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.h68 virtual void CheckMoreCoreForPrecondition() {} // to be overridden in the debug build. in CheckMoreCoreForPrecondition() function
70 void CheckMoreCoreForPrecondition() {} // no-op in the non-debug build. in CheckMoreCoreForPrecondition() function
Ddlmalloc_space.cc348 void DlMallocSpace::CheckMoreCoreForPrecondition() { in CheckMoreCoreForPrecondition() function in art::gc::space::DlMallocSpace