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

/art/test/Transaction/
H A DStaticArrayFieldsTest.java21 public static short[] shortArrayField = new short[1]; field in class:StaticArrayFieldsTest
/art/runtime/
H A Dtransaction_test.cc333 mirror::ArtField* shortArrayField = h_klass->FindDeclaredStaticField("shortArrayField", "[S"); local
334 ASSERT_TRUE(shortArrayField != nullptr);
335 mirror::ShortArray* shortArray = shortArrayField->GetObject(h_klass.Get())->AsShortArray();

Completed in 3332 milliseconds