Home
last modified time | relevance | path

Searched refs:GetReturnPc (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dstack.h260 uintptr_t GetReturnPc() const REQUIRES_SHARED(Locks::mutator_lock_);
H A Dquick_exception_handler.cc674 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType()
H A Dstack.cc542 uintptr_t StackVisitor::GetReturnPc() const { in GetReturnPc() function in art::StackVisitor
H A Dinstrumentation.cc336 uintptr_t return_pc = GetReturnPc(); in InstrumentationInstallStack()