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