Searched refs:AllocObjectArray (Results 1 – 5 of 5) sorted by relevance
159 inline mirror::ObjectArray<T>* ClassLinker::AllocObjectArray(Thread* self, size_t length) { in AllocObjectArray() function
303 mirror::ObjectArray<T>* AllocObjectArray(Thread* self, size_t length)837 FRIEND_TEST(ObjectTest, AllocObjectArray);
1463 hs.NewHandle(class_linker->AllocObjectArray<mirror::Object>(self_, depth + 1))); in Init()
120 hs.NewHandle(class_linker_->AllocObjectArray<Object>(soa.Self(), 256))); in TEST_F()127 TEST_F(ObjectTest, AllocObjectArray) { in TEST_F() argument131 hs.NewHandle(class_linker_->AllocObjectArray<Object>(soa.Self(), 2))); in TEST_F()
1127 TEST_F(StubTest, AllocObjectArray) { in TEST_F() argument