Searched refs:booleanArray (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtransaction_test.cc314 mirror::BooleanArray* booleanArray = booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray(); local
315 ASSERT_TRUE(booleanArray != nullptr);
316 ASSERT_EQ(booleanArray->GetLength(), 1);
317 ASSERT_EQ(booleanArray->GetWithoutChecks(0), false);
388 booleanArray->SetWithoutChecks<true>(0, true);
401 EXPECT_EQ(booleanArray->GetWithoutChecks(0), false);

Completed in 151 milliseconds