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

/art/runtime/jit/
H A Djit.cc389 const uint8_t* native_pc,
435 const uint8_t* native_pc = nullptr; local
512 native_pc = stack_map.GetNativePcOffset(encoding.stack_map_encoding) +
517 << std::hex << reinterpret_cast<uintptr_t>(native_pc);
525 native_pc,
/art/compiler/optimizing/
H A Dcode_generator.cc741 uint32_t native_pc = GetAssembler()->CodeSize(); local
746 stack_map_stream_.BeginStackMapEntry(outer_dex_pc, native_pc, 0, 0, 0, 0);
764 native_pc,
783 dex_pc, native_pc, register_mask, locations->GetStackMask(), outer_environment_size, 0);
843 uint32_t native_pc = GetAddressOf(block); local
851 native_pc,

Completed in 120 milliseconds