Searched refs:AllocObjectArray (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 48 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/ |
D | class_linker-inl.h | 196 inline mirror::ObjectArray<T>* ClassLinker::AllocObjectArray(Thread* self, size_t length) { in AllocObjectArray() function
|
D | class_linker.h | 427 mirror::ObjectArray<T>* AllocObjectArray(Thread* self, size_t length)
|
/art/runtime/mirror/ |
D | object_test.cc | 100 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/ |
D | stub_test.cc | 1120 TEST_F(StubTest, AllocObjectArray) { in TEST_F() argument
|