Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 6 of 6) sorted by relevance

/art/test/ti-agent/
Dexceptions_helper.cc42 jobject throwable, in exceptionCB()
83 jobject throwable) { in exceptionCatchCB()
/art/runtime/
Dmethod_handles_test.cc34 bool IsClassCastException(ObjPtr<mirror::Throwable> throwable) in IsClassCastException()
39 bool IsNullPointerException(ObjPtr<mirror::Throwable> throwable) in IsNullPointerException()
44 bool IsWrongMethodTypeException(ObjPtr<mirror::Throwable> throwable) in IsWrongMethodTypeException()
Druntime.cc1179 ObjPtr<mirror::Class> throwable = GetClassRoot<mirror::Throwable>(class_linker); in CreatePreAllocatedException() local
Dclass_linker.cc2877 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions()
/art/test/141-class-unload/src/
DMain.java119 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local
/art/runtime/mirror/
Dclass.cc154 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local