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

  /external/v8/test/unittests/interpreter/
source-position-table-unittest.cc 59 int code_offset = 0; local
62 code_offset += offsets[i];
65 builder.AddPosition(code_offset, source_position, true);
67 builder.AddPosition(code_offset, source_position, false);
73 code_offset += offsets[i];
76 builder.AddPosition(code_offset, source_position, true);
78 builder.AddPosition(code_offset, source_position, false);
  /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/debug/
debug.h 107 inline int code_offset() const { return code_offset_; } function in class:v8::internal::BreakLocation
125 int code_offset, int position, int statement_position);
139 virtual int code_offset() = 0;
169 int code_offset() override {
193 int code_offset() override {
  /external/v8/src/
frames.cc 890 int code_offset = static_cast<int>(pc - code->instruction_start()); local
891 PrintF(file, "+%d", code_offset);
894 int source_pos = code->SourcePosition(code_offset);
964 AbstractCode* abstract_code, int code_offset,
969 code_offset_(code_offset),
1089 unsigned code_offset; local
    [all...]
frames.h 658 AbstractCode* abstract_code, int code_offset,
666 int code_offset() { return code_offset_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
isolate.cc 409 Handle<Smi> offset(Smi::FromInt(frames[i].code_offset()), this);
543 int position = summ.abstract_code()->SourcePosition(summ.code_offset());
657 int code_offset = Smi::cast(elements->get(index + 3))->value(); local
658 return abstract_code->SourcePosition(code_offset);
    [all...]
  /art/compiler/optimizing/
code_generator_mips.cc 4300 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kMipsWordSize); local
    [all...]
code_generator_mips64.cc 3465 MemberOffset code_offset = local
    [all...]
code_generator_arm.cc 3500 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmWordSize); local
    [all...]
code_generator_x86.cc 4000 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86WordSize); local
    [all...]
code_generator_x86_64.cc 3907 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64WordSize); local
    [all...]
  /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...]
  /external/pcre/dist/
pcre_exec.c 685 #define code_offset codelink macro
    [all...]
  /art/runtime/
class_linker.cc 7939 const uint32_t code_offset = sizeof(void*); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 2311 bfd_vma code_offset, lit_offset; local
    [all...]

Completed in 910 milliseconds