HomeSort by relevance Sort by last modified time
    Searched refs:shortArrayField (Results 1 - 2 of 2) sorted by null

  /art/test/Transaction/
StaticArrayFieldsTest.java 21 public static short[] shortArrayField = new short[1];
  /art/runtime/
transaction_test.cc 398 ArtField* shortArrayField = h_klass->FindDeclaredStaticField("shortArrayField", "[S");
399 ASSERT_TRUE(shortArrayField != nullptr);
401 hs.NewHandle(shortArrayField->GetObject(h_klass.Get())->AsShortArray());

Completed in 465 milliseconds