Home
last modified time | relevance | path

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

/art/test/MyClassNatives/
DMyClassNatives.java164 float f7, float f8, float f9, float f10); in stackArgsIntsFirst() argument
168 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst() argument
174 float f9, int i10, float f10); in stackArgsMixed() argument
338 float f7, float f8, float f9, float f10); in stackArgsIntsFirst_Fast() argument
342 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst_Fast() argument
348 float f9, int i10, float f10); in stackArgsMixed_Fast() argument
412 float f7, float f8, float f9, float f10); in stackArgsIntsFirst_Critical() argument
416 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst_Critical() argument
422 float f9, int i10, float f10); in stackArgsMixed_Critical() argument
/art/test/439-npe/
Dexpected-stdout.txt97 f10=204.0
/art/test/439-npe/src/
DMain.java685 float f10 = 50.0f; in $opt$noinline$testRegisterRetrieval() local
765 f9 += f10; in $opt$noinline$testRegisterRetrieval()
766 f10 += f11; in $opt$noinline$testRegisterRetrieval()
832 System.out.println("f10=" + f10); in $opt$noinline$testRegisterRetrieval()
/art/compiler/jni/
Djni_compiler_test.cc2165 jfloat f10) { in JNI_TEST_CRITICAL()
2195 jint i20 = bit_cast<jint, jfloat>(f10); in JNI_TEST_CRITICAL()
2223 jfloat f10 = bit_cast<jfloat, jint>(20); in StackArgsIntsFirstImpl() local
2226 f3, f4, f5, f6, f7, f8, f9, f10); in StackArgsIntsFirstImpl()
2233 jfloat f8, jfloat f9, jfloat f10, jint i1, jint i2, in JNI_TEST_CRITICAL()
2265 jint i20 = bit_cast<jint, jfloat>(f10); in JNI_TEST_CRITICAL()
2293 jfloat f10 = bit_cast<jfloat, jint>(20); in StackArgsFloatsFirstImpl() local
2295 env_->CallStaticVoidMethod(jklass_, jmethod_, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, i1, i2, i3, in StackArgsFloatsFirstImpl()
2304 jfloat f8, jint i9, jfloat f9, jint i10, jfloat f10) { in JNI_TEST_CRITICAL()
2334 jint i20 = bit_cast<jint, jfloat>(f10); in JNI_TEST_CRITICAL()
[all …]
/art/test/623-checker-loop-regressions/src/
DMain.java652 float f10 = 0; in $noinline$ensureSlowPathFPSpillFill() local
685 f10 += c[i]; in $noinline$ensureSlowPathFPSpillFill()
708 return f0 + f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12 + f13 + f14 + f15 + in $noinline$ensureSlowPathFPSpillFill()
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali213 # float f10 = b10 ? 0.0f : 1.0f;
229 # f10 /= 1000.0f;
272 # f10 /= 100.0f;
311 # f10 /= 12.0f;
782 .local v12, "f10":F
1483 .end local v12 # "f10":F
1742 .restart local v12 # "f10":F
/art/test/dexdump/
Dall.txt568 000868: 7f10 |0004: neg-float v0, v1
584 000888: 8f10 |0014: int-to-short v0, v1
615 0008d0: 5f10 0c00 |001a: iput-short v0, v1, LA;.sS:S // field@000c
Dbytecodes.txt851 000f10: 6100 1d00 |0038: sget-wide v0, Lcom/google/android/test/Test;.…
1834 0018a4: 6f10 0300 0100 |0000: invoke-super {v1}, Landroid/app/Activity;.onS…
Dall-dex-files.txt568 000868: 7f10 |0004: neg-float v0, v1
584 000888: 8f10 |0014: int-to-short v0, v1
615 0008d0: 5f10 0c00 |001a: iput-short v0, v1, LA;.sS:S // field@000c
1065 001938: 6f10 0600 0200 |0000: invoke-super {v2}, Landroid/app/Activity;.onP…
1090 001974: 6f10 0700 0100 |0000: invoke-super {v1}, Landroid/app/Activity;.onS…
1638 001f10: 5994 0c00 |028a: iput v4, v9, Lcom/google/android/checkers/Che…
5377 004f10: 28c9 |01c4: goto 018d // -0037
6575 005f10: 3801 f100 |0274: if-eqz v1, 0365 // +00f1
12157 002f10: 6200 0a00 |0000: sget-object v0, LTestInvokeCustomWithConcurre…
Dcheckers.txt424 001938: 6f10 0600 0200 |0000: invoke-super {v2}, Landroid/app/Activity;.onP…
449 001974: 6f10 0700 0100 |0000: invoke-super {v1}, Landroid/app/Activity;.onS…
997 001f10: 5994 0c00 |028a: iput v4, v9, Lcom/google/android/checkers/Che…
4736 004f10: 28c9 |01c4: goto 018d // -0037
5934 005f10: 3801 f100 |0274: if-eqz v1, 0365 // +00f1
Dinvoke-custom.txt3340 002f10: 6200 0a00 |0000: sget-object v0, LTestInvokeCustomWithConcurre…
/art/test/083-compiler-regressions/src/
DMain.java5358 float f10 = 10; in largeFrameFloat() local
7356 f10 += f9; in largeFrameFloat()
7358 f11 += f10; in largeFrameFloat()