Home
last modified time | relevance | path

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

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