Home
last modified time | relevance | path

Searched defs:AllocObject (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dclass_linker-inl.h189 inline mirror::Object* ClassLinker::AllocObject(Thread* self) { in AllocObject() function
Djni_internal_test.cc672 TEST_F(JniInternalTest, AllocObject) { in TEST_F() argument
Dcheck_jni.cc1976 static jobject AllocObject(JNIEnv* env, jclass c) { in AllocObject() function in art::CheckJNI
Djni_internal.cc582 static jobject AllocObject(JNIEnv* env, jclass java_class) { in AllocObject() function in art::JNI
/art/runtime/gc/
Dheap.h192 mirror::Object* AllocObject(Thread* self, in AllocObject() function
/art/runtime/mirror/
Dclass-inl.h695 inline Object* Class::AllocObject(Thread* self) { in AllocObject() function
/art/runtime/arch/
Dstub_test.cc995 TEST_F(StubTest, AllocObject) { in TEST_F() argument