Searched refs:getValue (Results 1 – 5 of 5) sorted by relevance
/art/test/084-class-init/src/ |
D | Main.java | 100 SlowInit.FIELD0.getValue() + SlowInit.FIELD1.getValue() + in checkTiming() 101 SlowInit.FIELD2.getValue() + SlowInit.FIELD3.getValue()); in checkTiming() 111 field0 = SlowInit.FIELD0.getValue(); in run() 112 field1 = SlowInit.FIELD1.getValue(); in run() 113 field2 = SlowInit.FIELD2.getValue(); in run() 114 field3 = SlowInit.FIELD3.getValue(); in run()
|
D | IntHolder.java | 35 public int getValue() { in getValue() method in IntHolder
|
/art/test/078-polymorphic-virtual/src/ |
D | Main.java | 36 System.out.println(derived1.getValue()); in main() 37 System.out.println(derived2.getValue()); in main() 38 System.out.println(derived3.getValue()); in main()
|
D | Base.java | 29 public int getValue() { in getValue() method in Base
|
/art/test/064-field-access/src/ |
D | Main.java | 51 public Object getValue(Field field, Object obj, char type, in getValue() method in Main 571 this.getValue(f, validInst, typeChar, subClassAccessExceptionClass); in doReflectionTests() 572 localInst.getValue(f, validInst, typeChar, mainClassAccessExceptionClass); in doReflectionTests() 582 this.getValue(f, null, typeChar, npeClass); in doReflectionTests() 584 localInst.getValue(f, null, typeChar, npeClass); in doReflectionTests() 592 this.getValue(f, validInst, otherChar, illArgClass); in doReflectionTests() 594 localInst.getValue(f, validInst, otherChar, illArgClass); in doReflectionTests() 600 this.getValue(f, plainObj, typeChar, IllegalArgumentException.class); in doReflectionTests() 602 localInst.getValue(f, plainObj, typeChar, IllegalArgumentException.class); in doReflectionTests() 625 public Object getValue(Field field, Object obj, char type, in getValue() method in SubClass
|