Home
last modified time | relevance | path

Searched refs:obj4 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table_test.cc205 auto* obj4 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() local
206 ASSERT_TRUE(obj4 != nullptr); in RunTest()
210 obj3->Set(0, obj4); in RunTest()
211 obj4->Set(0, obj1); in RunTest()
235 ASSERT_FALSE(table->ContainsCardFor(reinterpret_cast<uintptr_t>(obj4))); in RunTest()
/art/runtime/
Dindirect_reference_table_test.cc295 Handle<mirror::Object> obj4 = hs.NewHandle(c->AllocObject(soa.Self())); in TEST_F() local
296 ASSERT_TRUE(obj4 != nullptr); in TEST_F()
357 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
397 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
439 IndirectRef iref5 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()