Searched refs:checkVarType (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/710-varhandle-creation/src/ |
H A D | Main.java | 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() 635 checkVarType(vfb, byte.class); in checkInstantiatedVarHandles() 671 checkVarType(vfc, char.class); in checkInstantiatedVarHandles() 743 checkVarType(vfi, int.class); in checkInstantiatedVarHandles() [all …]
|