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

/art/runtime/mirror/
H A Dclass-inl.h807 inline ObjPtr<Object> Class::AllocObject(Thread* self) { function in class:art::mirror::Class
/art/runtime/
H A Dcheck_jni.cc2130 static jobject AllocObject(JNIEnv* env, jclass c) { function in class:art::__anon84::CheckJNI
2137 result.L = baseEnv(env)->AllocObject(env, c);
3793 CheckJNI::AllocObject,
H A Djni_internal.cc706 static jobject AllocObject(JNIEnv* env, jclass java_class) { function in class:art::JNI
718 return soa.AddLocalReference<jobject>(c->AllocObject(soa.Self()));
746 ObjPtr<mirror::Object> result = c->AllocObject(soa.Self());
773 ObjPtr<mirror::Object> result = c->AllocObject(soa.Self());
2716 JNI::AllocObject,

Completed in 81 milliseconds