Home
last modified time | relevance | path

Searched refs:PopFramesTo (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dquick_exception_handler.cc199 popper.PopFramesTo(reinterpret_cast<uintptr_t>(handler_quick_frame_), exception_ref); in FindCatch()
H A Dinstrumentation.h175 bool PopFramesTo(uintptr_t stack_pointer, /*in-out*/MutableHandle<mirror::Throwable>& exception)
H A Dinstrumentation.cc120 bool InstrumentationStackPopper::PopFramesTo(uintptr_t stack_pointer, in PopFramesTo() function in art::instrumentation::InstrumentationStackPopper