Searched refs:InstrumentationStackPopper (Results 1 – 3 of 3) sorted by relevance
157 class InstrumentationStackPopper {159 explicit InstrumentationStackPopper(Thread* self);160 ~InstrumentationStackPopper() REQUIRES_SHARED(Locks::mutator_lock_);736 friend class InstrumentationStackPopper; // For popping instrumentation frames. variable
107 InstrumentationStackPopper::InstrumentationStackPopper(Thread* self) in InstrumentationStackPopper() function in art::instrumentation::InstrumentationStackPopper112 InstrumentationStackPopper::~InstrumentationStackPopper() { in ~InstrumentationStackPopper()120 bool InstrumentationStackPopper::PopFramesTo(uintptr_t stack_pointer, in PopFramesTo()
150 instrumentation::InstrumentationStackPopper popper(self_); in FindCatch()