Home
last modified time | relevance | path

Searched defs:native_pc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Dstack_map.h159 static uint32_t PackNativePc(uint32_t native_pc, InstructionSet isa) { in PackNativePc()
165 uint32_t native_pc = packed_native_pc * GetInstructionSetInstructionAlignment(isa); in UnpackNativePc() local
/aosp_15_r20/art/compiler/
H A Dexception_test.cc213 uintptr_t native_pc = header->ToNativeQuickPc(method_g_, kDexPc); in TEST_F() local
/aosp_15_r20/art/runtime/jit/
H A Djit.h90 const uint8_t* native_pc; member
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.cc1150 uint32_t native_pc, in RecordPcInfo()
1310 uint32_t native_pc = GetAddressOf(block); in RecordCatchBlockInfo() local