Searched defs:code_offset (Results 1 – 6 of 6) sorted by relevance
1746 int code_offset = pc_offset; in ComputeCodeOffsetFromPcOffset() local1760 static int ComputePcOffsetFromCodeOffset(Code *code, int code_offset) { in ComputePcOffsetFromCodeOffset()1809 int code_offset = ComputeCodeOffsetFromPcOffset(*frame_code, old_pc_offset); in RedirectActivationsToRecompiledCodeOnThread() local1900 int code_offset = generators[i]->continuation(); in RecompileAndRelocateSuspendedGenerators() local2013 int code_offset = in PrepareForBreakPoints() local
786 int code_offset = static_cast<int>(pc - code->instruction_start()); in PrintFunctionAndOffset() local
176 uint32_t code_offset; member
219 uint32_t code_offset; /* US_CODE_OFFSET */ member
1442 size_t code_offset = opcode & 0x3f; in DoInstruction() local
685 #define code_offset codelink in match() macro