Home
last modified time | relevance | path

Searched refs:pc_offset (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc57 static void CheckPCOffset(InstructionSet isa, CalleeSaveType type, size_t pc_offset) in CheckPCOffset() argument
61 EXPECT_EQ(frame_info.GetReturnPcOffset(), pc_offset) in CheckPCOffset()
/art/compiler/debug/
Delf_debug_loc_writer.h110 const uint32_t pc_offset = stack_map.GetNativePcOffset(isa); in GetVariableLocations() local
111 DCHECK_LE(pc_offset, method_info->code_size); in GetVariableLocations()
114 method_info->code_address + pc_offset - compilation_unit_code_address); in GetVariableLocations()
/art/runtime/oat/
Dstack_map.cc258 const uint32_t pc_offset = GetNativePcOffset(instruction_set); in Dump() local
262 << " (native_pc=0x" << code_offset + pc_offset in Dump()
/art/compiler/utils/riscv64/
Dassembler_riscv64.cc6983 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()
Dassembler_riscv64.h2001 uint32_t pc_offset; member