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

/art/compiler/optimizing/
H A Dcode_generator.cc491 uint32_t native_offset = pc_infos_.Get(i).native_pc;
500 uint32_t native_offset = pc_info.native_pc;
511 uint32_t pc2dex_offset = pc_info.native_pc;
529 pc2dex_data_size += UnsignedLeb128Size(pc_info.native_pc - pc2dex_offset);
531 pc2dex_offset = pc_info.native_pc;
539 intptr_t native_pc = GetAddressOf(block); local
541 dex2pc_data_size += UnsignedLeb128Size(native_pc - dex2pc_offset);
543 dex2pc_offset = native_pc;
568 DCHECK(pc2dex_offset <= pc_info.native_pc);
569 write_pos = EncodeUnsignedLeb128(write_pos, pc_info.native_pc
578 intptr_t native_pc = GetAddressOf(block); local
[all...]
H A Dcode_generator.h64 uintptr_t native_pc; member in struct:art::PcInfo
/art/oatdump/
H A Doatdump.cc1168 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(quick_code) + local
1170 os << StringPrintf("%p", native_pc);

Completed in 43 milliseconds