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

  /art/compiler/
common_compiler_test.cc 81 size_t code_offset = compiled_method->AlignCode(size - code_size); local
82 size_t padding = code_offset - (size - code_size);
96 const void* code_ptr = &(*chunk)[code_offset];
oat_writer.cc 416 // to 0-offset and we need to adjust it by code_offset.
417 uint32_t code_offset = quick_code_offset - thumb_offset; local
419 mapping_table_offset += code_offset;
420 DCHECK_LT(mapping_table_offset, code_offset);
423 vmap_table_offset += code_offset;
424 DCHECK_LT(vmap_table_offset, code_offset);
427 gc_map_offset += code_offset;
428 DCHECK_LT(gc_map_offset, code_offset);
    [all...]
  /art/compiler/jit/
jit_compiler.cc 252 const uint32_t code_offset = code_ptr - base + thumb_offset; local
253 *out_method = OatFile::OatMethod(base, code_offset);
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 176 uint32_t code_offset; member in struct:ObjectFilePECOFF::coff_opt_header
  /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/google-breakpad/src/common/dwarf/
dwarf2reader.cc 1442 size_t code_offset = opcode & 0x3f; local
    [all...]
  /external/v8/src/
frames.cc 786 int code_offset = static_cast<int>(pc - code->instruction_start()); local
787 PrintF(file, "+%d", code_offset);
    [all...]
debug.cc 1746 int code_offset = pc_offset; local
1809 int code_offset = ComputeCodeOffsetFromPcOffset(*frame_code, old_pc_offset); local
1900 int code_offset = generators[i]->continuation(); local
2013 int code_offset = local
    [all...]
  /art/oatdump/
oatdump.cc 573 uint32_t code_offset = oat_method.GetCodeOffset(); local
575 code_offset &= ~0x1;
577 offsets_.insert(code_offset);
795 uint32_t code_offset = oat_method.GetCodeOffset(); local
798 if (resolved_addr2instr_ > code_offset + code_size) {
831 *indent2_os << StringPrintf("code_offset: 0x%08x ", code_offset);
    [all...]
  /external/pcre/dist/
pcre_exec.c 685 #define code_offset codelink macro
    [all...]
  /art/runtime/
class_linker.cc 5597 const uint32_t code_offset = sizeof(void*); local
    [all...]

Completed in 526 milliseconds