Searched refs:AllocObjectArray (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 50 mirror::ObjectArray<mirror::Object>* AllocObjectArray( in AllocObjectArray() function in art::gc::accounting::ModUnionTableTest 199 auto* obj1 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() 201 auto* obj2 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() 203 auto* obj3 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() 205 auto* obj4 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() 213 auto* other_space_ref1 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest() 215 auto* other_space_ref2 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
|
/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 129 hs.NewHandle(AllocObjectArray<mirror::Object>(soa.Self(), 256))); in TEST_F() 156 hs.NewHandle(AllocObjectArray<mirror::Object>(soa.Self(), 256))); in TEST_F() 173 hs.NewHandle(AllocObjectArray<mirror::Object>(soa.Self(), 256))); in TEST_F()
|
/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 112 Handle<ObjectArray<Object>> a1(hs.NewHandle(AllocObjectArray<Object>(soa.Self(), 256))); in TEST_F() 119 TEST_F(ObjectTest, AllocObjectArray) { in TEST_F() argument 122 Handle<ObjectArray<Object>> oa(hs.NewHandle(AllocObjectArray<Object>(soa.Self(), 2))); in TEST_F()
|
/art/runtime/arch/ |
D | stub_test.cc | 1032 TEST_F(StubTest, AllocObjectArray) { in TEST_F() argument
|