Searched refs:InstrumentationStackPopper (Results 1 – 3 of 3) sorted by relevance
167 class InstrumentationStackPopper {169 explicit InstrumentationStackPopper(Thread* self);170 ~InstrumentationStackPopper() REQUIRES_SHARED(Locks::mutator_lock_);761 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()