Searched defs:AllocObject (Results 1 – 8 of 8) sorted by relevance
77 inline ObjPtr<Object> Class::AllocObject(Thread* self) { in AllocObject() function
234 mirror::Object* AllocObject(Thread* self, in AllocObject() function
783 TEST_F(StubTest, AllocObject) { in TEST_F() argument
190 jobject (*AllocObject)(JNIEnv*, jclass); member565 jobject AllocObject(jclass clazz) in AllocObject() function
676 TEST_F(JniInternalTest, AllocObject) { in TEST_F() argument
2185 static jobject AllocObject(JNIEnv* env, jclass c) { in AllocObject() function in art::__anone2f7feb60110::CheckJNI
838 static jobject AllocObject(JNIEnv* env, jclass java_class) { in AllocObject() function in art::JNI