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

  /external/v8/src/
source-position-table.h 26 : code_offset(0), source_position(0), is_statement(false) {}
28 : code_offset(offset), source_position(source), is_statement(statement) {}
30 int code_offset; member in struct:v8::internal::PositionTableEntry
42 void AddPosition(size_t code_offset, SourcePosition source_position,
67 int code_offset() const { function in class:v8::internal::SourcePositionTableIterator
69 return current_.code_offset;
frames.cc 725 int code_offset = static_cast<int>(pc() - code->instruction_start()); local
726 return code->SourcePosition(code_offset);
996 int code_offset, FILE* file,
1000 PrintF(file, "+%d", code_offset);
1034 int code_offset = 0; local
1215 unsigned code_offset; local
1366 int code_offset = GetBytecodeOffset(); local
    [all...]
frames.h 748 AbstractCode* abstract_code, int code_offset,
756 int code_offset() const { return code_offset_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
deoptimizer.cc 2760 int code_offset = local
    [all...]
isolate.cc 470 const int offset = frames[i].code_offset();
623 int position = summ.abstract_code()->SourcePosition(summ.code_offset());
1360 int code_offset = summary.code_offset(); local
1569 const int code_offset = elements->Offset(i)->value(); local
    [all...]
objects.cc 19723 int code_offset; local
    [all...]
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 225 uint32_t code_offset; local
228 code_offset = compiled_method->AlignCode(offset + sizeof(OatQuickMethodHeader));
229 next_aligned_offset = compiled_method->AlignCode(code_offset + max_code_size);
236 ResolveMethodCalls(code_offset, method_ref);
262 ProcessPatches(compiled_method, code_offset);
314 uint32_t code_offset) {
316 uint32_t patch_offset = code_offset + patch.LiteralOffset();
  /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/ic/
ic.cc 117 int code_offset = 0; local
119 code_offset = InterpretedFrame::GetBytecodeOffset(fp());
121 code_offset =
125 code_offset, stdout, true);
    [all...]
  /external/pcre/dist2/src/
pcre2_match.c 731 #define code_offset codelink macro
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 4082 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64PointerSize); local
7133 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; local
    [all...]
code_generator_arm.cc 4831 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); local
    [all...]
code_generator_arm_vixl.cc 4828 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); local
    [all...]
code_generator_x86.cc 4213 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize); local
7826 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; local
    [all...]
  /art/oatdump/
oatdump.cc 782 uint32_t code_offset = oat_method.GetCodeOffset(); local
784 code_offset &= ~0x1;
786 offsets_.insert(code_offset);
1145 uint32_t code_offset = oat_method.GetCodeOffset(); local
    [all...]
  /art/runtime/
class_linker.cc 8525 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 1163 milliseconds