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

/art/runtime/jit/
H A Djit.cc401 const uint8_t* native_pc,
447 const uint8_t* native_pc = nullptr; local
524 native_pc = stack_map.GetNativePcOffset(encoding.stack_map.encoding, kRuntimeISA) +
529 << std::hex << reinterpret_cast<uintptr_t>(native_pc);
537 native_pc,
/art/compiler/optimizing/
H A Dcode_generator.cc787 uint32_t native_pc = GetAssembler()->CodePosition(); local
792 stack_map_stream_.BeginStackMapEntry(outer_dex_pc, native_pc, 0, 0, 0, 0);
813 native_pc,
843 dex_pc, native_pc, register_mask, locations->GetStackMask(), outer_environment_size, 0);
906 uint32_t native_pc = GetAddressOf(block); local
914 native_pc,

Completed in 83 milliseconds