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

/art/runtime/
H A Dtransaction_test.cc387 mirror::BooleanArray* booleanArray = booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray(); local
388 ASSERT_TRUE(booleanArray != nullptr);
389 ASSERT_EQ(booleanArray->GetLength(), 1);
390 ASSERT_EQ(booleanArray->GetWithoutChecks(0), false);
461 booleanArray->SetWithoutChecks<true>(0, true);
474 EXPECT_EQ(booleanArray->GetWithoutChecks(0), false);

Completed in 50 milliseconds