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

/art/runtime/
H A Dtransaction_test.cc342 mirror::IntArray* intArray = intArrayField->GetObject(h_klass.Get())->AsIntArray(); local
343 ASSERT_TRUE(intArray != nullptr);
344 ASSERT_EQ(intArray->GetLength(), 1);
345 ASSERT_EQ(intArray->GetWithoutChecks(0), 0);
392 intArray->SetWithoutChecks<true>(0, 1);
405 EXPECT_EQ(intArray->GetWithoutChecks(0), 0);

Completed in 60 milliseconds