Searched refs:checkVarType (Results 1 – 1 of 1) sorted by relevance
/art/test/710-varhandle-creation/src/ |
D | Main.java | 242 private static void checkVarType(VarHandle v, Class<?> expectedVarType) { in checkVarType() method in Main 275 checkVarType(vz, boolean.class); in checkInstantiatedVarHandles() 311 checkVarType(vb, byte.class); in checkInstantiatedVarHandles() 347 checkVarType(vc, char.class); in checkInstantiatedVarHandles() 383 checkVarType(vs, short.class); in checkInstantiatedVarHandles() 419 checkVarType(vi, int.class); in checkInstantiatedVarHandles() 455 checkVarType(vj, long.class); in checkInstantiatedVarHandles() 491 checkVarType(vf, float.class); in checkInstantiatedVarHandles() 527 checkVarType(vd, double.class); in checkInstantiatedVarHandles() 563 checkVarType(vo, Object.class); in checkInstantiatedVarHandles() [all …]
|