Home
last modified time | relevance | path

Searched defs:f10 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/jni/
Djni_compiler_test.cc1572 jfloat f10 = bit_cast<jfloat, jint>(20); in StackArgsIntsFirstImpl() local
1642 jfloat f10 = bit_cast<jfloat, jint>(20); in StackArgsFloatsFirstImpl() local
1711 jfloat f10 = bit_cast<jfloat, jint>(20); in StackArgsMixedImpl() local
/art/test/MyClassNatives/
DMyClassNatives.java87 float f7, float f8, float f9, float f10); in stackArgsIntsFirst()
90 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst()
95 float f9, int i10, float f10); in stackArgsMixed()
/art/test/083-compiler-regressions/src/
DMain.java5358 float f10 = 10; in largeFrameFloat() local