Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h153 static uint32_t PackNativePc(uint32_t native_pc, InstructionSet isa) { in PackNativePc()
159 uint32_t native_pc = packed_native_pc * GetInstructionSetInstructionAlignment(isa); in UnpackNativePc() local
/art/compiler/optimizing/
Dcode_generator.cc1067 uint32_t native_pc = GetAssembler()->CodePosition(); in RecordPcInfo() local
1180 uint32_t native_pc = GetAddressOf(block); in RecordCatchBlockInfo() local
/art/runtime/jit/
Djit.cc445 const uint8_t* native_pc = nullptr; in MaybeDoOnStackReplacement() local