Searched refs:MoreCore (Results 1 – 6 of 6) sorted by relevance
331 return code_cache->MoreCore(mspace, increment); in ArtDlMallocMoreCore()346 return dlmalloc_space->MoreCore(increment); in ArtDlMallocMoreCore()
81 void* MoreCore(intptr_t increment);
130 void* MallocSpace::MoreCore(intptr_t increment) { in MoreCore() function in art::gc::space::MallocSpace
387 return rosalloc_space->MoreCore(increment); in ArtRosAllocMoreCore()
166 void* MoreCore(const void* mspace, intptr_t increment);
887 void* JitCodeCache::MoreCore(const void* mspace, intptr_t increment) NO_THREAD_SAFETY_ANALYSIS { in MoreCore() function in art::jit::JitCodeCache