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

  /art/runtime/gc/accounting/
space_bitmap.cc 117 uintptr_t begin_offset = reinterpret_cast<uintptr_t>(begin) - heap_begin_; local
120 while (begin_offset < end_offset && OffsetBitIndex(begin_offset) != 0) {
121 Clear(reinterpret_cast<mirror::Object*>(heap_begin_ + begin_offset));
122 begin_offset += kAlignment;
124 while (begin_offset < end_offset && OffsetBitIndex(end_offset) != 0) {
128 const uintptr_t start_index = OffsetToIndex(begin_offset);
  /external/protobuf/src/google/protobuf/io/
printer.h 54 // Records that the bytes in file_path beginning with begin_offset and ending
56 virtual void AddAnnotation(size_t begin_offset, size_t end_offset,
75 virtual void AddAnnotation(size_t begin_offset, size_t end_offset,
83 annotation->set_begin(begin_offset);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 54 // Records that the bytes in file_path beginning with begin_offset and ending
56 virtual void AddAnnotation(size_t begin_offset, size_t end_offset,
75 virtual void AddAnnotation(size_t begin_offset, size_t end_offset,
83 annotation->set_begin(begin_offset);
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 426 uint32_t begin_offset = pArchive.getARFile().fileOffset() + local
430 if ((begin_offset & 1) != 0x0)
431 ++begin_offset;
432 begin_offset +=
436 for (uint32_t offset = begin_offset; offset < end_offset;
  /art/oatdump/
oatdump.cc 569 uintptr_t begin_offset = reinterpret_cast<uintptr_t>(oat_data) - local
571 auto it = offsets_.upper_bound(begin_offset);
574 return end_offset - begin_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h     [all...]
assembler_arm.cc     [all...]

Completed in 153 milliseconds