Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc592 instrumentation->PopMethodForUnwind(self_, is_deoptimization_); in UpdateInstrumentationStack()
Dinstrumentation.h405 void PopMethodForUnwind(Thread* self, bool is_deoptimization) const
Dinstrumentation.cc1113 void Instrumentation::PopMethodForUnwind(Thread* self, bool is_deoptimization) const { in PopMethodForUnwind() function in art::instrumentation::Instrumentation