Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc569 void StackVisitor::SetReturnPc(uintptr_t new_ret_pc) { in SetReturnPc() argument
573 *reinterpret_cast<uintptr_t*>(pc_addr) = new_ret_pc; in SetReturnPc()
Dstack.h518 void SetReturnPc(uintptr_t new_ret_pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);