HomeSort by relevance Sort by last modified time
    Searched defs:code_offset (Results 1 - 7 of 7) sorted by null

  /art/compiler/
oat_writer.cc 281 uint32_t code_offset = 0; local
308 code_offset = offset + sizeof(code_size) + thumb_offset;
313 code_offset = code_iter->second;
315 code_offsets_.Put(&code, code_offset);
390 OatMethodOffsets(code_offset,
413 method->SetOatCodeOffset(code_offset);
696 size_t code_offset = relative_offset + sizeof(code_size) + compiled_method->CodeDelta(); local
698 if (code_iter != code_offsets_.end() && code_offset != method_offsets.code_offset_) {
702 DCHECK(code_offset == method_offsets.code_offset_) << PrettyMethod(method_idx, dex_file);
    [all...]
image_writer.cc 682 uint32_t code_offset = code - code_base; local
683 SetPatchLocation(patch, reinterpret_cast<uint32_t>(GetOatAddress(code_offset)));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 219 uint32_t code_offset; /* US_CODE_OFFSET */ member in struct:r300_fragment_program_code
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 219 uint32_t code_offset; /* US_CODE_OFFSET */ member in struct:r300_fragment_program_code
  /external/v8/src/
frames.cc 758 int code_offset = local
760 PrintF("+%d", code_offset);
    [all...]
  /art/oatdump/
oatdump.cc 234 uint32_t code_offset = oat_method.GetCodeOffset(); local
236 code_offset &= ~0x1;
238 offsets_.insert(code_offset);
    [all...]
  /external/chromium_org/v8/src/
frames.cc 812 int code_offset = local
814 PrintF("+%d", code_offset);
    [all...]

Completed in 471 milliseconds