Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table_test.cc48 mirror::ObjectArray<mirror::Object>* AllocObjectArray( in AllocObjectArray() function in art::gc::accounting::ModUnionTableTest
197 auto* obj1 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
199 auto* obj2 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
201 auto* obj3 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
203 auto* obj4 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest()
211 auto* other_space_ref1 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
213 auto* other_space_ref2 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
/art/runtime/
Dclass_linker-inl.h196 inline mirror::ObjectArray<T>* ClassLinker::AllocObjectArray(Thread* self, size_t length) { in AllocObjectArray() function
Dclass_linker.h427 mirror::ObjectArray<T>* AllocObjectArray(Thread* self, size_t length)
/art/runtime/mirror/
Dobject_test.cc100 hs.NewHandle(class_linker_->AllocObjectArray<Object>(soa.Self(), 256))); in TEST_F()
107 TEST_F(ObjectTest, AllocObjectArray) { in TEST_F() argument
111 hs.NewHandle(class_linker_->AllocObjectArray<Object>(soa.Self(), 2))); in TEST_F()
/art/runtime/arch/
Dstub_test.cc1120 TEST_F(StubTest, AllocObjectArray) { in TEST_F() argument