Home
last modified time | relevance | path

Searched refs:size_delta (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Darena_allocator.h345 const size_t size_delta = aligned_new_size - aligned_ptr_size; variable
348 if (remain >= size_delta) {
349 ptr_ += size_delta;
350 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
/art/dexlayout/
Ddex_visualize.cc103 const uint32_t size_delta = high_page - low_page; in DumpAddressRange() local
104 fprintf(out_file_, "%d %d %d 0 %d\n", low_page, class_index, size_delta, GetColor(from)); in DumpAddressRange()
/art/compiler/utils/mips64/
Dassembler_mips64.cc3066 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation(); in PromoteBranches() local
3068 buffer_.Resize(old_size + size_delta); in PromoteBranches()