Searched defs:AllocObject (Results 1 – 7 of 7) sorted by relevance
189 inline mirror::Object* ClassLinker::AllocObject(Thread* self) { in AllocObject() function
672 TEST_F(JniInternalTest, AllocObject) { in TEST_F() argument
1976 static jobject AllocObject(JNIEnv* env, jclass c) { in AllocObject() function in art::CheckJNI
582 static jobject AllocObject(JNIEnv* env, jclass java_class) { in AllocObject() function in art::JNI
192 mirror::Object* AllocObject(Thread* self, in AllocObject() function
695 inline Object* Class::AllocObject(Thread* self) { in AllocObject() function
995 TEST_F(StubTest, AllocObject) { in TEST_F() argument