Searched defs:DecodeJObject (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1313 CHECK_EQ(e->GetClass(), DecodeJObject(WellKnownClasses::java_lang_OutOfMemoryError)->AsClass())
1534 mirror::Object* Thread::DecodeJObject(jobject obj) const { function in class:art::Thread
1949 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get())));
1952 exception->SetCause(down_cast<mirror::Throwable*>(DecodeJObject(cause.get())));
1959 exception->SetStackState(down_cast<mirror::Throwable*>(DecodeJObject(trace.get())));

Completed in 97 milliseconds