Searched defs:objectArray (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtransaction_test.cc371 mirror::ObjectArray<mirror::Object>* objectArray = local
373 ASSERT_TRUE(objectArray != nullptr);
374 ASSERT_EQ(objectArray->GetLength(), 1);
375 ASSERT_EQ(objectArray->GetWithoutChecks(0), nullptr);
396 objectArray->SetWithoutChecks<true>(0, h_obj.Get());
409 EXPECT_EQ(objectArray->GetWithoutChecks(0), nullptr);

Completed in 4 milliseconds