• Home
  • Raw
  • Download

Lines Matching refs:v

53   static  char $noinline$byteToChar   (byte v) { if (doThrow) throw new Error(); return  (char)v; }  in $noinline$byteToChar()  argument
54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$byteToShort() argument
55 static int $noinline$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$byteToInt() argument
56 static long $noinline$byteToLong (byte v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$byteToLong() argument
57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$charToByte() argument
58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$charToShort() argument
59 static int $noinline$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$charToInt() argument
60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$charToLong() argument
61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$shortToByte() argument
62 static char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$shortToChar() argument
63 static int $noinline$shortToInt (short v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$shortToInt() argument
64 static long $noinline$shortToLong (short v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$shortToLong() argument
65 static byte $noinline$intToByte (int v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$intToByte() argument
66 static char $noinline$intToChar (int v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$intToChar() argument
67 static short $noinline$intToShort (int v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$intToShort() argument
68 static long $noinline$intToLong (int v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$intToLong() argument
69 static byte $noinline$longToByte (long v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$longToByte() argument
70 static char $noinline$longToChar (long v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$longToChar() argument
71 static short $noinline$longToShort (long v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$longToShort() argument
72 static int $noinline$longToInt (long v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$longToInt() argument