Home | History | Annotate | Download | only in src

Lines Matching refs:noinline

108   static byte $noinline$getByte() {
112 static short $noinline$getShort() {
116 static char $noinline$getChar() {
120 static int $noinline$getInt() {
131 shortArr[0] = $noinline$getByte();
140 charArr[0] = (char)$noinline$getByte();
149 intArr[0] = $noinline$getByte();
158 byteArr[0] = (byte)$noinline$getChar();
167 shortArr[0] = (short)$noinline$getChar();
176 intArr[0] = $noinline$getChar();
185 byteArr[0] = (byte)$noinline$getShort();
194 charArr[0] = (char)$noinline$getShort();
203 intArr[0] = $noinline$getShort();
212 byteArr[0] = (byte)$noinline$getInt();
221 shortArr[0] = (short)$noinline$getInt();
230 charArr[0] = (char)$noinline$getInt();