Searched refs:exception_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | quick_exception_handler.cc | 71 exception_(exception), in CatchBlockStackVisitor() 122 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() 149 Handle<mirror::Throwable>* exception_; member in art::CatchBlockStackVisitor
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 1101 explicit StopThreadClosure(art::Handle<art::mirror::Throwable> except) : exception_(except) { } in StopThread() 1106 me->SetAsyncException(exception_.Get()); in StopThread() 1112 art::Handle<art::mirror::Throwable> exception_; in StopThread() member
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1072 ldr r2, [rSELF, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1098 ldr r2, [rSELF, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1585 ldr r2, [rSELF, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1790 ldr r2, [rSELF, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1825 ldr r2, [rSELF, #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_ 2123 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2300 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2327 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 3288 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2021 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2176 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2199 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
|