Searched defs:AllocObject (Results 1 – 7 of 7) sorted by relevance
158 inline mirror::Object* ClassLinker::AllocObject(Thread* self) { in AllocObject() function
617 TEST_F(JniInternalTest, AllocObject) { in TEST_F() argument
1794 static jobject AllocObject(JNIEnv* env, jclass c) { in AllocObject() function in art::CheckJNI
587 static jobject AllocObject(JNIEnv* env, jclass java_class) { in AllocObject() function in art::JNI
192 mirror::Object* AllocObject(Thread* self, mirror::Class* klass, size_t num_bytes, in AllocObject() function
611 inline Object* Class::AllocObject(Thread* self) { in AllocObject() function
1260 TEST_F(StubTest, AllocObject) { in TEST_F() argument