Home
last modified time | relevance | path

Searched refs:pc_offset (Results 1 – 3 of 3) 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.h114 const uint32_t pc_offset = stack_map.GetNativePcOffset(isa); in GetVariableLocations() local
115 DCHECK_LE(pc_offset, method_info->code_size); in GetVariableLocations()
118 method_info->code_address + pc_offset - compilation_unit_code_address); in GetVariableLocations()
/art/runtime/
Dstack_map.cc281 const uint32_t pc_offset = GetNativePcOffset(instruction_set); in Dump() local
285 << " (native_pc=0x" << code_offset + pc_offset in Dump()