Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h139 static void DumpFramesWithType(Thread* self, bool details = false)
Dquick_exception_handler.cc606 DumpFramesWithType(self_, /* details= */ true); in DeoptimizeSingleFrame()
666 void QuickExceptionHandler::DumpFramesWithType(Thread* self, bool details) { in DumpFramesWithType() function in art::QuickExceptionHandler
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc689 QuickExceptionHandler::DumpFramesWithType(self, true); in HandleDeoptimization()