Home
last modified time | relevance | path

Searched refs:AllocObjectArray (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table_test.cc51 mirror::ObjectArray<mirror::Object>* AllocObjectArray( in AllocObjectArray() function in art::gc::accounting::ModUnionTableTest
200 auto* obj1 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
202 auto* obj2 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
204 auto* obj3 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
206 auto* obj4 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
214 auto* other_space_ref1 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
216 auto* other_space_ref2 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
/art/runtime/gc/
Dheap_verification_test.cc41 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() function in art::gc::VerificationTest
131 hs.NewHandle(AllocObjectArray<mirror::Object>(soa.Self(), 256))); in TEST_F()
158 hs.NewHandle(AllocObjectArray<mirror::Object>(soa.Self(), 256))); in TEST_F()
175 hs.NewHandle(AllocObjectArray<mirror::Object>(soa.Self(), 256))); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc84 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() function in art::mirror::ObjectTest
116 Handle<ObjectArray<Object>> a1(hs.NewHandle(AllocObjectArray<Object>(soa.Self(), 256))); in TEST_F()
123 TEST_F(ObjectTest, AllocObjectArray) { in TEST_F() argument
126 Handle<ObjectArray<Object>> oa(hs.NewHandle(AllocObjectArray<Object>(soa.Self(), 2))); in TEST_F()
/art/runtime/arch/
Dstub_test.cc900 TEST_F(StubTest, AllocObjectArray) { in TEST_F() argument