Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h167 class InstrumentationStackPopper {
169 explicit InstrumentationStackPopper(Thread* self);
170 ~InstrumentationStackPopper() REQUIRES_SHARED(Locks::mutator_lock_);
761 friend class InstrumentationStackPopper; // For popping instrumentation frames. variable
Dinstrumentation.cc107 InstrumentationStackPopper::InstrumentationStackPopper(Thread* self) in InstrumentationStackPopper() function in art::instrumentation::InstrumentationStackPopper
112 InstrumentationStackPopper::~InstrumentationStackPopper() { in ~InstrumentationStackPopper()
120 bool InstrumentationStackPopper::PopFramesTo(uintptr_t stack_pointer, in PopFramesTo()
Dquick_exception_handler.cc150 instrumentation::InstrumentationStackPopper popper(self_); in FindCatch()