Searched defs:AllocObjectArray (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/gc/ | ||
| D | heap_verification_test.cc | 41   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 | 51   mirror::ObjectArray<mirror::Object>* AllocObjectArray(  in AllocObjectArray()  function in art::gc::accounting::ModUnionTableTest | 
| /art/runtime/mirror/ | ||
| D | object_test.cc | 84   ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length)  in AllocObjectArray()  function in art::mirror::ObjectTest | 
| /art/runtime/arch/ | ||
| D | stub_test.cc | 900 TEST_F(StubTest, AllocObjectArray) {  in TEST_F()  argument |