HomeSort by relevance Sort by last modified time
    Searched refs:QuickExceptionHandler (Results 1 - 6 of 6) sorted by null

  /art/runtime/
quick_exception_handler.h 39 class QuickExceptionHandler {
41 QuickExceptionHandler(Thread* self, bool is_deoptimization)
44 NO_RETURN ~QuickExceptionHandler() {
167 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
quick_exception_handler.cc 41 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization)
61 QuickExceptionHandler* exception_handler)
137 QuickExceptionHandler* const exception_handler_;
142 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) {
215 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) {
286 QuickExceptionHandler* exception_handler,
495 QuickExceptionHandler* const exception_handler_;
507 void QuickExceptionHandler::PrepareForLongJumpToInvokeStubOrInterpreterBridge() {
522 void QuickExceptionHandler::DeoptimizeStack()
    [all...]
thread.h 416 // Each QuickExceptionHandler gets a long jump context and uses
    [all...]
thread.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 43 QuickExceptionHandler exception_handler(self, true);
quick_trampoline_entrypoints.cc 742 QuickExceptionHandler::DumpFramesWithType(self, true);
    [all...]

Completed in 124 milliseconds