Home
last modified time | relevance | path

Searched refs:UpdateInstrumentationStack (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc51 uintptr_t return_pc = exception_handler.UpdateInstrumentationStack(); in artDeoptimizeImpl()
/art/runtime/
Dquick_exception_handler.h74 uintptr_t UpdateInstrumentationStack() REQUIRES_SHARED(Locks::mutator_lock_);
Dquick_exception_handler.cc624 uintptr_t QuickExceptionHandler::UpdateInstrumentationStack() { in UpdateInstrumentationStack() function in art::QuickExceptionHandler
Dthread.cc3028 exception_handler.UpdateInstrumentationStack(); in QuickDeliverException()