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

/art/runtime/
H A Dstack.cc517 void StackVisitor::SetReturnPc(uintptr_t new_ret_pc) { argument
521 *reinterpret_cast<uintptr_t*>(pc_addr) = new_ret_pc;

Completed in 787 milliseconds