Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc65 static void CheckPCOffset(InstructionSet isa, Runtime::CalleeSaveType type, size_t pc_offset) in CheckPCOffset() argument
69 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(encoding.stack_map_encoding); 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()