Home
last modified time | relevance | path

Searched defs:mspace (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h163 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS { in OwnsSpace()
Djit_code_cache.cc877 void* JitCodeCache::MoreCore(const void* mspace, intptr_t increment) NO_THREAD_SAFETY_ANALYSIS { in MoreCore()
/art/runtime/gc/space/
Ddlmalloc_space.cc40 void* mspace, uint8_t* begin, uint8_t* end, uint8_t* limit, in DlMallocSpace()
53 void* mspace = CreateMspace(mem_map->Begin(), starting_size, initial_size); in CreateFromMemMap() local
322 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment) SHARED_REQUIRES(Locks::mutator_lock_) { in ArtDlMallocMoreCore()