Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc632 return_pc = instrumentation->PopFramesForDeoptimization( in UpdateInstrumentationStack()
Dinstrumentation.h520 uintptr_t PopFramesForDeoptimization(Thread* self, uintptr_t stack_pointer) const
Dinstrumentation.cc1627 uintptr_t Instrumentation::PopFramesForDeoptimization(Thread* self, uintptr_t pop_until) const { in PopFramesForDeoptimization() function in art::instrumentation::Instrumentation