Searched refs:pc_offset (Results 1 – 5 of 5) 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()
110 const uint32_t pc_offset = stack_map.GetNativePcOffset(isa); in GetVariableLocations() local111 DCHECK_LE(pc_offset, method_info->code_size); in GetVariableLocations()114 method_info->code_address + pc_offset - compilation_unit_code_address); in GetVariableLocations()
258 const uint32_t pc_offset = GetNativePcOffset(instruction_set); in Dump() local262 << " (native_pc=0x" << code_offset + pc_offset in Dump()
6983 DCHECK_EQ(branch_info_[cond21Type].length - branch_info_[cond21Type].pc_offset, in PromoteIfNeeded()6984 branch_info_[kCondBranch].length - branch_info_[kCondBranch].pc_offset); in PromoteIfNeeded()6987 needed_size = GetOffsetSizeNeeded(location_ + branch_info_[cond21Type].pc_offset, target_); in PromoteIfNeeded()7028 return location_ + branch_info_[type_].pc_offset; in GetOffsetLocation()
2001 uint32_t pc_offset; member