Searched refs:native_pc (Results 1 – 3 of 3) sorted by relevance
153 static uint32_t PackNativePc(uint32_t native_pc, InstructionSet isa) { in PackNativePc() argument154 DCHECK_ALIGNED_PARAM(native_pc, GetInstructionSetInstructionAlignment(isa)); in PackNativePc()155 return native_pc / GetInstructionSetInstructionAlignment(isa); in PackNativePc()159 uint32_t native_pc = packed_native_pc * GetInstructionSetInstructionAlignment(isa); in UnpackNativePc() local160 DCHECK_EQ(native_pc / GetInstructionSetInstructionAlignment(isa), packed_native_pc); in UnpackNativePc()161 return native_pc; in UnpackNativePc()
398 const uint8_t* native_pc,445 const uint8_t* native_pc = nullptr; in MaybeDoOnStackReplacement() local517 native_pc = stack_map.GetNativePcOffset(kRuntimeISA) + in MaybeDoOnStackReplacement()522 << std::hex << reinterpret_cast<uintptr_t>(native_pc); in MaybeDoOnStackReplacement()530 native_pc, in MaybeDoOnStackReplacement()
1067 uint32_t native_pc = GetAssembler()->CodePosition(); in RecordPcInfo() local1073 stack_map_stream->BeginStackMapEntry(dex_pc, native_pc); in RecordPcInfo()1118 native_pc, in RecordPcInfo()1180 uint32_t native_pc = GetAddressOf(block); in RecordCatchBlockInfo() local1183 native_pc, in RecordCatchBlockInfo()