Searched refs:remainder (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | swap_space.cc | 155 SpaceChunk remainder = { new_chunk.ptr + size, new_chunk.size - size }; in Alloc() local 156 InsertChunk(remainder); in Alloc()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 149 FreePageRun* remainder = in AllocPages() local 152 remainder->magic_num_ = kMagicNumFree; in AllocPages() 154 remainder->SetByteSize(this, fpr_byte_size - req_byte_size); in AllocPages() 155 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0)); in AllocPages() 157 free_page_runs_.insert(remainder); in AllocPages() 160 << reinterpret_cast<intptr_t>(remainder) in AllocPages() 248 …FreePageRun* remainder = reinterpret_cast<FreePageRun*>(reinterpret_cast<uint8_t*>(fpr) + req_byte… in AllocPages() local 250 remainder->magic_num_ = kMagicNumFree; in AllocPages() 252 remainder->SetByteSize(this, fpr_byte_size - req_byte_size); in AllocPages() 253 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0)); in AllocPages() [all …]
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 2106 vixl::aarch64::Label remainder; in VisitStringGetCharsNoCheck() local 2110 __ B(lt, &remainder); in VisitStringGetCharsNoCheck() 2128 __ Bind(&remainder); in VisitStringGetCharsNoCheck() 2132 __ B(gt, &remainder); in VisitStringGetCharsNoCheck()
|
D | intrinsics_arm_vixl.cc | 3145 vixl32::Label loop, remainder; in VisitStringGetCharsNoCheck() local 3150 __ B(lt, &remainder, /* far_target */ false); in VisitStringGetCharsNoCheck() 3172 __ Bind(&remainder); in VisitStringGetCharsNoCheck() 3178 __ B(gt, &remainder, /* far_target */ false); in VisitStringGetCharsNoCheck()
|