Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 3 of 3) sorted by relevance

/art/test/084-class-init/src/
DIntHolder.java38 public void setValue(int val) { in setValue() method in IntHolder
/art/test/141-class-unload/src-ex/
DIntHolder.java22 public static void setValue(int newValue) { in setValue() method in IntHolder
/art/test/141-class-unload/src/
DMain.java170 Method setValue = intHolder.getDeclaredMethod("setValue", Integer.TYPE); in setUpUnloadClass() local
215 Method setValue = intHolder.getDeclaredMethod("setValue", Integer.TYPE); in setUpUnloadLoader() local