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

/art/runtime/
H A Dquick_exception_handler.h138 static void DumpFramesWithType(Thread* self, bool details = false)
H A Dquick_exception_handler.cc551 DumpFramesWithType(self_, /* details */ true);
699 void QuickExceptionHandler::DumpFramesWithType(Thread* self, bool details) { function in class:art::QuickExceptionHandler
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc726 QuickExceptionHandler::DumpFramesWithType(self, true);

Completed in 173 milliseconds