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

/art/test/Transaction/
H A DStaticArrayFieldsTest.java18 public static boolean[] booleanArrayField = new boolean[1]; field in class:StaticArrayFieldsTest
/art/runtime/
H A Dtransaction_test.cc385 ArtField* booleanArrayField = h_klass->FindDeclaredStaticField("booleanArrayField", "[Z"); local
386 ASSERT_TRUE(booleanArrayField != nullptr);
387 mirror::BooleanArray* booleanArray = booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray();

Completed in 292 milliseconds