Searched refs:exception_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | quick_exception_handler.cc | 66 exception_(exception), in CatchBlockStackVisitor() 110 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() 137 Handle<mirror::Throwable>* exception_; member in art::FINAL
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 1065 explicit StopThreadClosure(art::Handle<art::mirror::Throwable> except) : exception_(except) { } in StopThread() 1070 me->SetAsyncException(exception_.Get()); in StopThread() 1076 art::Handle<art::mirror::Throwable> exception_; in StopThread() member
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1061 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1087 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1572 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1777 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1812 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 576 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2099 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2276 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2303 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1998 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2153 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2176 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
|