Home
last modified time | relevance | path

Searched refs:MoreCore (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Ddlmalloc_space.cc331 return code_cache->MoreCore(mspace, increment); in ArtDlMallocMoreCore()
346 return dlmalloc_space->MoreCore(increment); in ArtDlMallocMoreCore()
Dmalloc_space.h81 void* MoreCore(intptr_t increment);
Dmalloc_space.cc134 void* MallocSpace::MoreCore(intptr_t increment) { in MoreCore() function in art::gc::space::MallocSpace
Drosalloc_space.cc387 return rosalloc_space->MoreCore(increment); in ArtRosAllocMoreCore()
/art/runtime/jit/
Djit_code_cache.h195 void* MoreCore(const void* mspace, intptr_t increment);
Djit_code_cache.cc1263 void* JitCodeCache::MoreCore(const void* mspace, intptr_t increment) NO_THREAD_SAFETY_ANALYSIS { in MoreCore() function in art::jit::JitCodeCache