HomeSort by relevance Sort by last modified time
    Searched refs:old_end (Results 1 - 12 of 12) sorted by null

  /art/runtime/gc/space/
bump_pointer_space-inl.h 68 uint8_t* old_end; local
71 old_end = end_.LoadRelaxed();
72 new_end = old_end + num_bytes;
77 } while (!end_.CompareExchangeWeakSequentiallyConsistent(old_end, new_end));
78 return reinterpret_cast<mirror::Object*>(old_end);
  /art/runtime/
leb128.h 240 const uint8_t* old_end = dest; local
241 uint32_t old_value = DecodeUnsignedLeb128(&old_end);
243 for (uint8_t* end = EncodeUnsignedLeb128(dest, value); end < old_end; end++) {
leb128_test.cc 264 uint8_t* old_end = EncodeUnsignedLeb128(encoded_data, old_value); local
269 EXPECT_EQ(new_end, old_end);
mem_map.cc 549 uint8_t* old_end = begin_ + size_; local
559 size_t tail_size = old_end - new_end;
    [all...]
  /system/update_engine/payload_generator/
extent_ranges.cc 294 uint64_t old_end = extent.start_block() + extent.num_blocks(); local
295 if (new_start >= old_end) {
299 extent = ExtentForRange(new_start, old_end - new_start);
  /art/runtime/mirror/
array-inl.h 137 uint8_t* old_end = reinterpret_cast<uint8_t*>(array->GetRawData(1U << component_size_shift_, local
142 memset(old_end, 0, new_end - old_end);
  /external/mksh/src/
lex.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bout.c 1098 bfd_vma old_end;
1108 old_end = ((dot + size ) & ~size) + size+1;
1113 shrink_delta = (old_end - new_end) - shrink;
1122 r->addend = old_end - dot + r->address;
1095 bfd_vma old_end; local
    [all...]
  /external/dlmalloc/
malloc.c 4002 char* old_end = oldsp->base + oldsp->size; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 3375 char* old_end = oldsp->base + oldsp->size; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
  /external/v8/src/heap/
heap.cc 3272 Address old_end = object->address() + object->Size(); local
    [all...]

Completed in 1100 milliseconds