Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc432 const uint8_t* native_pc,
479 const uint8_t* native_pc = nullptr; in MaybeDoOnStackReplacement() local
556 native_pc = stack_map.GetNativePcOffset(encoding.stack_map.encoding, kRuntimeISA) + in MaybeDoOnStackReplacement()
561 << std::hex << reinterpret_cast<uintptr_t>(native_pc); in MaybeDoOnStackReplacement()
569 native_pc, in MaybeDoOnStackReplacement()
/art/compiler/optimizing/
Dcode_generator.cc978 uint32_t native_pc = GetAssembler()->CodePosition(); in RecordPcInfo() local
984 stack_map_stream->BeginStackMapEntry(dex_pc, native_pc, 0, 0, 0, 0); in RecordPcInfo()
1019 native_pc, in RecordPcInfo()
1046 dex_pc, native_pc, register_mask, locations->GetStackMask(), outer_environment_size, 0); in RecordPcInfo()
1111 uint32_t native_pc = GetAddressOf(block); in RecordCatchBlockInfo() local
1119 native_pc, in RecordCatchBlockInfo()