Home
last modified time | relevance | path

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

/art/test/710-varhandle-creation/src/
DMain.java243 private static void checkVarType(VarHandle v, Class<?> expectedVarType) { in checkVarType() method in Main
277 checkVarType(vz, boolean.class); in checkInstantiatedVarHandles()
313 checkVarType(vb, byte.class); in checkInstantiatedVarHandles()
349 checkVarType(vc, char.class); in checkInstantiatedVarHandles()
385 checkVarType(vs, short.class); in checkInstantiatedVarHandles()
421 checkVarType(vi, int.class); in checkInstantiatedVarHandles()
457 checkVarType(vj, long.class); in checkInstantiatedVarHandles()
493 checkVarType(vf, float.class); in checkInstantiatedVarHandles()
529 checkVarType(vd, double.class); in checkInstantiatedVarHandles()
565 checkVarType(vo, Object.class); in checkInstantiatedVarHandles()
[all …]