Searched refs:remainder (Results 1 – 14 of 14) sorted by relevance
/art/test/411-checker-instruct-simplifier-hrem/ |
D | info.txt | 1 Checker test for instruction_simplifier optimizations of integer remainder instructions.
|
/art/test/411-checker-hdiv-hrem-pow2/ |
D | info.txt | 1 Test the optimization of integer division and remainder instructions when
|
/art/test/411-checker-hdiv-hrem-const/ |
D | info.txt | 1 Checker test for optimizations of integer division and remainder instructions when
|
/art/test/449-checker-bce-rem/ |
D | info.txt | 1 Checker test for BCE optimizations of integer remainder operations which are optimized into
|
/art/dex2oat/utils/ |
D | swap_space.cc | 141 SpaceChunk remainder = { new_chunk.ptr + size, new_chunk.size - size }; in Alloc() local 142 InsertChunk(remainder); in Alloc()
|
/art/runtime/interpreter/mterp/armng/ |
D | floating_point.S | 399 /* EABI doesn't define a double remainder function, but libm does */
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 151 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(ModuloPageSize(remainder->ByteSize(this)), 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(ModuloPageSize(remainder->ByteSize(this)), static_cast<size_t>(0)); in AllocPages() [all …]
|
/art/runtime/ |
D | art_method-inl.h | 654 size_t remainder = (start_boundary - declaring_class) % kMethodSize; 656 if (remainder > 0) { 657 declaring_class += kMethodSize - remainder;
|
/art/compiler/utils/riscv64/ |
D | jni_macro_assembler_riscv64.cc | 608 int64_t remainder = static_cast<int64_t>(address) - small_offset; in TestByteAndJumpIfNotZero() local 611 __ LoadConst64(tmp, remainder); in TestByteAndJumpIfNotZero()
|
D | assembler_riscv64.cc | 7809 int64_t remainder = imm - low; in LoadImmediate() local 7810 size_t slli_shamt = CTZ(remainder); in LoadImmediate() 7812 int64_t high = remainder >> slli_shamt; in LoadImmediate()
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 677 uint32_t remainder = headerV41->container_size_ - headerV41->header_offset_; in CheckHeader() local 678 if (headerV41->file_size_ > remainder) { in CheckHeader() 680 "Header file_size(%ud) is past multi-dex size(%ud)", headerV41->file_size_, remainder); in CheckHeader()
|
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 2183 vixl32::Label loop, remainder; in VisitStringGetCharsNoCheck() local 2188 __ B(lt, &remainder, /* is_far_target= */ false); in VisitStringGetCharsNoCheck() 2210 __ Bind(&remainder); in VisitStringGetCharsNoCheck() 2216 __ B(gt, &remainder, /* is_far_target= */ false); in VisitStringGetCharsNoCheck()
|
D | intrinsics_arm64.cc | 2664 vixl::aarch64::Label remainder; in VisitStringGetCharsNoCheck() local 2668 __ B(lt, &remainder); in VisitStringGetCharsNoCheck() 2686 __ Bind(&remainder); in VisitStringGetCharsNoCheck() 2690 __ B(gt, &remainder); in VisitStringGetCharsNoCheck()
|
/art/build/boot/ |
D | boot-image-profile.txt | 2980 HSPLjava/math/BigInteger;->remainder(Ljava/math/BigInteger;)Ljava/math/BigInteger;
|