Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc633 return_pc = instrumentation->PopMethodForUnwind(self_, is_deoptimization_); in UpdateInstrumentationStack()
Dinstrumentation.h446 uintptr_t PopMethodForUnwind(Thread* self, bool is_deoptimization) const
Dinstrumentation.cc1239 uintptr_t Instrumentation::PopMethodForUnwind(Thread* self, bool is_deoptimization) const { in PopMethodForUnwind() function in art::instrumentation::Instrumentation