Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h158 static uint32_t UnpackNativePc(uint32_t packed_native_pc, InstructionSet isa) { in UnpackNativePc() argument
159 uint32_t native_pc = packed_native_pc * GetInstructionSetInstructionAlignment(isa); in UnpackNativePc()
160 DCHECK_EQ(native_pc / GetInstructionSetInstructionAlignment(isa), packed_native_pc); in UnpackNativePc()