Searched refs:exception_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | quick_exception_handler.cc | 64 exception_(exception), in CatchBlockStackVisitor() 108 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() 135 Handle<mirror::Throwable>* exception_; member in art::FINAL
|
D | debugger.cc | 2958 exception_(exception), in CatchLocationFinder() 2989 Handle<mirror::Class> exception_class(hs.NewHandle(exception_->GetClass())); in VisitFrame() 3022 const Handle<mirror::Throwable>& exception_; member in art::CatchLocationFinder
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1049 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1075 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1568 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1762 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_ 1795 ldr r2, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 533 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2050 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2182 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2208 lw $t7, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1973 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2096 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_ 2118 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
|