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

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

Completed in 104 milliseconds