Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dstack.h263 void SetReturnPc(uintptr_t new_ret_pc) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dstack.cc546 void StackVisitor::SetReturnPc(uintptr_t new_ret_pc) { in SetReturnPc() argument
547 *reinterpret_cast<uintptr_t*>(GetReturnPcAddr()) = new_ret_pc; in SetReturnPc()