Searched refs:pc_offset (Results 1 – 3 of 3) sorted by relevance
57 static void CheckPCOffset(InstructionSet isa, CalleeSaveType type, size_t pc_offset) in CheckPCOffset() argument61 EXPECT_EQ(frame_info.GetReturnPcOffset(), pc_offset) in CheckPCOffset()
114 const uint32_t pc_offset = stack_map.GetNativePcOffset(isa); in GetVariableLocations() local115 DCHECK_LE(pc_offset, method_info->code_size); in GetVariableLocations()118 method_info->code_address + pc_offset - compilation_unit_code_address); in GetVariableLocations()
281 const uint32_t pc_offset = GetNativePcOffset(instruction_set); in Dump() local285 << " (native_pc=0x" << code_offset + pc_offset in Dump()