Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 17 of 17) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc151 void* MallocSpace::MoreCore(intptr_t increment) { in MoreCore() argument
154 if (increment != 0) { in MoreCore()
155 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment); in MoreCore()
156 uint8_t* new_end = original_end + increment; in MoreCore()
157 if (increment > 0) { in MoreCore()
161 CheckedCall(mprotect, GetName(), original_end, increment, PROT_READ | PROT_WRITE); in MoreCore()
164 CHECK_GE(original_end + increment, Begin()); in MoreCore()
171 size_t size = -increment; in MoreCore()
Ddlmalloc_space.cc381 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment) REQUIRES_SHARED(Locks::mutator_lock_) { in ArtDlMallocMoreCore() argument
390 return code_cache->MoreCore(mspace, increment); in ArtDlMallocMoreCore()
405 return dlmalloc_space->MoreCore(increment); in ArtDlMallocMoreCore()
Dmalloc_space.h73 void* MoreCore(intptr_t increment);
Drosalloc_space.cc486 void* ArtRosAllocMoreCore(allocator::RosAlloc* rosalloc, intptr_t increment) in ArtRosAllocMoreCore() argument
492 return rosalloc_space->MoreCore(increment); in ArtRosAllocMoreCore()
/art/runtime/gc/allocator/
Ddlmalloc.cc24 static void* art_heap_morecore(void* m, intptr_t increment);
48 static void* art_heap_morecore(void* m, intptr_t increment) { in art_heap_morecore() argument
49 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment); in art_heap_morecore()
Ddlmalloc.h55 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment);
Drosalloc.cc192 size_t increment = std::min(std::max(2 * MB, req_byte_size - last_free_page_run_size), in AllocPages() local
194 DCHECK_EQ(increment % kPageSize, static_cast<size_t>(0)); in AllocPages()
195 size_t new_footprint = footprint_ + increment; in AllocPages()
202 ArtRosAllocMoreCore(this, increment); in AllocPages()
206 last_free_page_run->SetByteSize(this, last_free_page_run_size + increment); in AllocPages()
215 new_free_page_run->SetByteSize(this, increment); in AllocPages()
225 DCHECK_LE(footprint_ + increment, capacity_); in AllocPages()
Drosalloc.h946 void* ArtRosAllocMoreCore(allocator::RosAlloc* rosalloc, intptr_t increment);
/art/test/566-polymorphic-inlining/src/
DMain.java122 m.increment(); in $noinline$testInlineToSameTarget()
130 public void increment() { in increment() method in Main
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali10 # We save its value in v0, increment p0 to 1 and execute the div-int
/art/compiler/optimizing/
Dbounds_check_elimination.cc372 int32_t increment, in MonotonicValueRange() argument
379 increment_(increment), in MonotonicValueRange()
956 int32_t increment; in VisitPhi() local
957 if (ValueBound::IsAddOrSubAConstant(instruction, &left, &increment)) { in VisitPhi()
961 if (increment == 0) { in VisitPhi()
978 bound = increment > 0 ? initial_range->GetLower() : in VisitPhi()
981 bound = increment > 0 ? ValueBound::Min() : ValueBound::Max(); in VisitPhi()
988 increment, in VisitPhi()
Dbounds_check_elimination_test.cc361 int increment, in BuildSSAGraph1() argument
371 HInstruction* constant_increment = graph->GetIntConstant(increment); in BuildSSAGraph1()
476 int increment = -1, in BuildSSAGraph2() argument
486 HInstruction* constant_increment = graph->GetIntConstant(increment); in BuildSSAGraph2()
586 int increment, in BuildSSAGraph3() argument
594 HInstruction* constant_increment = graph->GetIntConstant(increment); in BuildSSAGraph3()
/art/runtime/jit/
Djit_code_cache.h222 void* MoreCore(const void* mspace, intptr_t increment);
Djit_code_cache.cc1939 void* JitCodeCache::MoreCore(const void* mspace, intptr_t increment) NO_THREAD_SAFETY_ANALYSIS { in MoreCore() argument
1944 exec_end_ += increment; in MoreCore()
1949 data_end_ += increment; in MoreCore()
/art/compiler/utils/mips/
Dassembler_mips.cc772 bool increment = (rs == rt); in AddUpper() local
773 if (increment) { in AddUpper()
778 } else if (increment) { in AddUpper()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1731 # Push the new object onto the thread local allocation stack and increment the thread local
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1808 # Push the new object onto the thread local allocation stack and increment the thread local