Home
last modified time | relevance | path

Searched refs:testStoreObject (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/173-missing-field-type/src-art/
H A DMain.java29 testStoreObject(c, "storeStaticObject"); in main()
30 testStoreObject(c, "storeInstanceObject"); in main()
41 public static void testStoreObject(Class<?> c, String methodName) throws Throwable { in testStoreObject() method in Main