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

/art/oatdump/
H A Doatdump.cc449 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(code) + local
451 os << StringPrintf("%p", native_pc);
639 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(code); local
644 offset += disassembler_->Dump(os, native_pc + offset);

Completed in 43 milliseconds