Home
last modified time | relevance | path

Searched refs:throwable (Results 1 – 3 of 3) sorted by relevance

/art/test/141-class-unload/src/
DMain.java118 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local
123 System.out.println("class null " + isNull + " " + throwable.getMessage()); in testStackTrace()
/art/runtime/mirror/
Dclass.cc77 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local
103 if (throwable != nullptr) { in EnsureExtDataPresent()
104 self->SetException(throwable.Get()); in EnsureExtDataPresent()
/art/runtime/
DAndroid.bp145 "mirror/throwable.cc",