Home
last modified time | relevance | path

Searched defs:new_end (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space-inl.h63 byte* new_end; in AllocNonvirtualWithoutAccounting() local
Dmalloc_space.cc135 byte* new_end = original_end + increment; in MoreCore() local
/art/runtime/mirror/
Darray-inl.h118 byte* new_end = reinterpret_cast<byte*>(array->GetRawData(component_size_, length)); in operator() local
/art/runtime/gc/accounting/
Dspace_bitmap.cc74 void SpaceBitmap<kAlignment>::SetHeapLimit(uintptr_t new_end) { in SetHeapLimit()
/art/runtime/
Dmem_map.cc496 MemMap* MemMap::RemapAtEnd(byte* new_end, const char* tail_name, int tail_prot, in RemapAtEnd()