Searched defs:getValue (Results 1 – 5 of 5) sorted by relevance
/art/test/078-polymorphic-virtual/src/ | ||
D | Base.java | 29 public int getValue() { in getValue() method in Base |
/art/test/084-class-init/src/ | ||
D | IntHolder.java | 35 public int getValue() { in getValue() method in IntHolder |
/art/tools/dexfuzz/src/dexfuzz/rawdex/ | ||
D | EncodedField.java | 75 public int getValue() { in getValue() method in EncodedField.Flag |
D | EncodedMethod.java | 91 public int getValue() { in getValue() method in EncodedMethod.Flag |
/art/test/064-field-access/src/ | ||
D | Main.java | 51 public Object getValue(Field field, Object obj, char type, in getValue() method in Main |