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

  /art/runtime/
quick_exception_handler.h 40 class QuickExceptionHandler {
42 QuickExceptionHandler(Thread* self, bool is_deoptimization)
45 NO_RETURN ~QuickExceptionHandler() {
172 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
quick_exception_handler.cc 43 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization)
63 QuickExceptionHandler* exception_handler)
139 QuickExceptionHandler* const exception_handler_;
144 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) {
216 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) {
288 QuickExceptionHandler* exception_handler,
499 QuickExceptionHandler* const exception_handler_;
511 void QuickExceptionHandler::PrepareForLongJumpToInvokeStubOrInterpreterBridge() {
526 void QuickExceptionHandler::DeoptimizeStack()
    [all...]

Completed in 66 milliseconds