Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 10 of 10) sorted by relevance

/art/test/411-checker-instruct-simplifier-hrem/
Dinfo.txt1 Checker test for instruction_simplifier optimizations of integer remainder instructions.
/art/test/411-checker-hdiv-hrem-pow2/
Dinfo.txt1 Test the optimization of integer division and remainder instructions when
/art/test/411-checker-hdiv-hrem-const/
Dinfo.txt1 Checker test for optimizations of integer division and remainder instructions when
/art/test/449-checker-bce-rem/
Dinfo.txt1 Checker test for BCE optimizations of integer remainder operations which are optimized into
/art/compiler/utils/
Dswap_space.cc140 SpaceChunk remainder = { new_chunk.ptr + size, new_chunk.size - size }; in Alloc() local
141 InsertChunk(remainder); in Alloc()
/art/runtime/interpreter/mterp/armng/
Dfloating_point.S399 /* EABI doesn't define a double remainder function, but libm does */
/art/runtime/gc/allocator/
Drosalloc.cc151 FreePageRun* remainder = in AllocPages() local
154 remainder->magic_num_ = kMagicNumFree; in AllocPages()
156 remainder->SetByteSize(this, fpr_byte_size - req_byte_size); in AllocPages()
157 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0)); in AllocPages()
159 free_page_runs_.insert(remainder); in AllocPages()
162 << reinterpret_cast<intptr_t>(remainder) in AllocPages()
250 …FreePageRun* remainder = reinterpret_cast<FreePageRun*>(reinterpret_cast<uint8_t*>(fpr) + req_byte… in AllocPages() local
252 remainder->magic_num_ = kMagicNumFree; in AllocPages()
254 remainder->SetByteSize(this, fpr_byte_size - req_byte_size); in AllocPages()
255 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0)); in AllocPages()
[all …]
/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc2311 vixl32::Label loop, remainder; in VisitStringGetCharsNoCheck() local
2316 __ B(lt, &remainder, /* is_far_target= */ false); in VisitStringGetCharsNoCheck()
2338 __ Bind(&remainder); in VisitStringGetCharsNoCheck()
2344 __ B(gt, &remainder, /* is_far_target= */ false); in VisitStringGetCharsNoCheck()
Dintrinsics_arm64.cc2511 vixl::aarch64::Label remainder; in VisitStringGetCharsNoCheck() local
2515 __ B(lt, &remainder); in VisitStringGetCharsNoCheck()
2533 __ Bind(&remainder); in VisitStringGetCharsNoCheck()
2537 __ B(gt, &remainder); in VisitStringGetCharsNoCheck()
/art/build/boot/
Dboot-image-profile.txt3001 HSPLjava/math/BigInteger;->remainder(Ljava/math/BigInteger;)Ljava/math/BigInteger;