Searched defs:AllocObjectArray (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/ | ||
D | heap_verification_test.cc | 39 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() function in art::gc::VerificationTest |
/art/runtime/gc/accounting/ | ||
D | mod_union_table_test.cc | 50 mirror::ObjectArray<mirror::Object>* AllocObjectArray( in AllocObjectArray() function in art::gc::accounting::ModUnionTableTest |
/art/runtime/mirror/ | ||
D | object_test.cc | 80 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() function in art::mirror::ObjectTest |
/art/runtime/arch/ | ||
D | stub_test.cc | 1032 TEST_F(StubTest, AllocObjectArray) { in TEST_F() argument |