Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h220 void SetReturnPc(uintptr_t new_ret_pc) REQUIRES_SHARED(Locks::mutator_lock_);
Dstack.cc489 void StackVisitor::SetReturnPc(uintptr_t new_ret_pc) { in SetReturnPc() argument
493 *reinterpret_cast<uintptr_t*>(pc_addr) = new_ret_pc; in SetReturnPc()