Home
last modified time | relevance | path

Searched defs:code_offset (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Ddebug.cc1746 int code_offset = pc_offset; in ComputeCodeOffsetFromPcOffset() local
1760 static int ComputePcOffsetFromCodeOffset(Code *code, int code_offset) { in ComputePcOffsetFromCodeOffset()
1809 int code_offset = ComputeCodeOffsetFromPcOffset(*frame_code, old_pc_offset); in RedirectActivationsToRecompiledCodeOnThread() local
1900 int code_offset = generators[i]->continuation(); in RecompileAndRelocateSuspendedGenerators() local
2013 int code_offset = in PrepareForBreakPoints() local
Dframes.cc786 int code_offset = static_cast<int>(pc - code->instruction_start()); in PrintFunctionAndOffset() local
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h176 uint32_t code_offset; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h219 uint32_t code_offset; /* US_CODE_OFFSET */ member
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1442 size_t code_offset = opcode & 0x3f; in DoInstruction() local
/external/pcre/dist/
Dpcre_exec.c685 #define code_offset codelink in match() macro