Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.cc130 void* MallocSpace::MoreCore(intptr_t increment) { in MoreCore()
Ddlmalloc_space.cc217 extern "C" void* art_heap_morecore(void* mspace, intptr_t increment) { in art_heap_morecore()
Drosalloc_space.cc228 extern "C" void* art_heap_rosalloc_morecore(allocator::RosAlloc* rosalloc, intptr_t increment) { in art_heap_rosalloc_morecore()
/art/runtime/gc/allocator/
Drosalloc.cc171 size_t increment = std::min(std::max(2 * MB, req_byte_size - last_free_page_run_size), in AllocPages() local
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1447 static void AdvanceLoc(std::vector<uint8_t>&buf, uint32_t increment) { in AdvanceLoc()