Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc59 exception_handler.UpdateInstrumentationStack(); in artDeoptimizeFromCompiledCode()
/art/runtime/
Dquick_exception_handler.h57 void UpdateInstrumentationStack() SHARED_REQUIRES(Locks::mutator_lock_);
Dquick_exception_handler.cc584 void QuickExceptionHandler::UpdateInstrumentationStack() { in UpdateInstrumentationStack() function in art::QuickExceptionHandler
Dthread.cc2613 exception_handler.UpdateInstrumentationStack(); in QuickDeliverException()