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

  /art/runtime/
stack_map.cc 116 uint32_t code_offset,
139 code_offset,
188 uint32_t code_offset,
195 << " [native_pc=0x" << code_offset + GetNativePcOffset(stack_map_encoding) << "]"
oat_file.h 134 OatMethod(const uint8_t* base, const uint32_t code_offset)
135 : begin_(base), code_offset_(code_offset) {
oat.h 174 OatMethodOffsets(uint32_t code_offset = 0);
oat.cc 514 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) {
dex_file_verifier.h 71 uint32_t code_offset,
stack_map.h     [all...]
dex_file_verifier.cc 537 uint32_t code_offset,
566 bool has_code = (code_offset != 0);
    [all...]
class_linker.cc 7712 const uint32_t code_offset = sizeof(void*); local
    [all...]
  /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
r300_fragprog_emit.c 524 code->code_offset =
  /art/oatdump/
oatdump.cc 563 uint32_t code_offset = oat_method.GetCodeOffset(); local
565 code_offset &= ~0x1;
567 offsets_.insert(code_offset);
798 uint32_t code_offset = oat_method.GetCodeOffset(); local
801 if (resolved_addr2instr_ > code_offset + code_size) {
845 vios->Stream() << StringPrintf("code_offset: 0x%08x ", code_offset);
    [all...]
  /art/compiler/
oat_writer.cc 732 // to 0-offset and we need to adjust it by code_offset.
733 uint32_t code_offset = quick_code_offset - thumb_offset;
734 if (vmap_table_offset != 0u && code_offset != 0u) {
735 vmap_table_offset += code_offset;
736 DCHECK_LT(vmap_table_offset, code_offset) << "Overflow in oat offsets";
779 info.code_address = code_offset - writer_->oat_header_->GetExecutableOffset();
    [all...]
  /art/runtime/verifier/
method_verifier.h 452 bool VerifyInstruction(const Instruction* inst, uint32_t code_offset);
    [all...]
method_verifier.cc     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 340 OUT_CB_REG(R300_US_CODE_OFFSET, code->code_offset);
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 1442 size_t code_offset = opcode & 0x3f; local
    [all...]
  /external/v8/src/
frames.cc 825 int code_offset = static_cast<int>(pc - code->instruction_start()); local
826 PrintF(file, "+%d", code_offset);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 2311 bfd_vma code_offset, lit_offset; local
    [all...]
  /external/pcre/dist/
pcre_exec.c 685 #define code_offset codelink macro
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 3463 MemberOffset code_offset = local
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc 4298 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kMipsWordSize); local
    [all...]
code_generator_arm.cc 3498 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmWordSize); local
    [all...]
code_generator_x86.cc 3997 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86WordSize); local
    [all...]
code_generator_x86_64.cc 3903 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64WordSize); local
    [all...]

Completed in 1861 milliseconds