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

/art/runtime/entrypoints/portable/
H A Dportable_jni_entrypoints.cc36 self->DecodeJObject(to_lock)->MonitorEnter(self);
68 mirror::Object* o = self->DecodeJObject(result); // Must decode before pop.
87 mirror::Object* o = self->DecodeJObject(result);
/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc45 self->DecodeJObject(to_lock)->MonitorEnter(self);
87 mirror::Object* o = self->DecodeJObject(result); // Must decode before pop.
105 mirror::Object* o = self->DecodeJObject(result);
/art/runtime/jdwp/
H A Dobject_registry.cc97 if (o == self->DecodeJObject(entry->jni_reference)) {
135 return self->DecodeJObject(entry.jni_reference);
/art/runtime/
H A Dscoped_thread_state_change.h142 return down_cast<T>(Self()->DecodeJObject(obj));
H A Dwell_known_classes.cc248 return reinterpret_cast<mirror::Class*>(Thread::Current()->DecodeJObject(global_jclass));
H A Dthread.cc1334 mirror::Object* Thread::DecodeJObject(jobject obj) const { function in class:art::Thread
1741 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get())));
1744 exception->SetCause(down_cast<mirror::Throwable*>(DecodeJObject(cause.get())));
1751 exception->SetStackState(down_cast<mirror::Throwable*>(DecodeJObject(trace.get())));
H A Dthread.h407 mirror::Object* DecodeJObject(jobject obj) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dcheck_jni.cc462 mirror::Class* c = reinterpret_cast<mirror::Class*>(Thread::Current()->DecodeJObject(jc));
H A Ddebugger.cc140 return down_cast<mirror::Class*>(Thread::Current()->DecodeJObject(type_));
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc189 reinterpret_cast<mirror::Throwable*>(self->DecodeJObject(exc.get())));
H A Dentrypoint_utils-inl.h627 self->DecodeJObject(locked)->MonitorExit(self);
/art/runtime/gc/space/
H A Dspace_test.h60 return reinterpret_cast<mirror::Class*>(self->DecodeJObject(byte_array_class_));
/art/runtime/interpreter/
H A Dinterpreter_common.cc860 Class* jlr_Field = self->DecodeJObject(WellKnownClasses::java_lang_reflect_Field)->AsClass();

Completed in 180 milliseconds