Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc213 uintptr_t native_pc = header->ToNativeQuickPc(method_g_, kDexPc); in TEST_F() local
/art/runtime/jit/
Djit.h90 const uint8_t* native_pc; member
/art/runtime/oat/
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
/art/compiler/optimizing/
Dcode_generator.cc1162 uint32_t native_pc, in RecordPcInfo()
1307 uint32_t native_pc = GetAddressOf(block); in RecordCatchBlockInfo() local
Dfast_compiler_arm64.cc584 uint32_t native_pc = GetAssembler()->CodePosition(); in RecordPcInfo() local