Searched refs:lots_of_objects (Results 1 – 2 of 2) sorted by relevance
313 mirror::Object* lots_of_objects[1024]; in TEST_P() local314 for (size_t i = 0; i < arraysize(lots_of_objects); i++) { in TEST_P()317 lots_of_objects[i] = Alloc(space, in TEST_P()323 EXPECT_TRUE(lots_of_objects[i] != nullptr); in TEST_P()325 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()332 space->FreeList(self, arraysize(lots_of_objects), lots_of_objects); in TEST_P()335 for (size_t i = 0; i < arraysize(lots_of_objects); i++) { in TEST_P()337 lots_of_objects[i] = AllocWithGrowth(space, in TEST_P()343 EXPECT_TRUE(lots_of_objects[i] != nullptr); in TEST_P()345 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()[all …]
172 std::unique_ptr<mirror::Object*[]> lots_of_objects(new mirror::Object*[max_objects]); in SizeFootPrintGrowthLimitAndTrimBody()207 lots_of_objects[i] = object.Get(); in SizeFootPrintGrowthLimitAndTrimBody()261 mirror::Object* object = lots_of_objects.get()[i]; in SizeFootPrintGrowthLimitAndTrimBody()272 lots_of_objects.get()[i] = nullptr; in SizeFootPrintGrowthLimitAndTrimBody()