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

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

Completed in 84 milliseconds