Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 25) sorted by relevance

/art/test/529-long-split/src/
DMain.java37 int g = myField3; // ESI (by spilling ESI-EDI, see below) in testOddLow1() local
79 int g = myField3; // ESI (by spilling ESI-EDI, see below) in testNonFollowingHigh() local
119 int g = myField3; // ECX in testOddLow2() local
/art/test/439-swap-double/src/
DMain.java35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles()
45 double g = 7.0; field in Main
/art/test/454-get-vreg/src/
DMain.java23 int g = doNativeCall(); in testSimpleVReg() local
29 long g = doNativeCall(); in testPairVReg() local
/art/test/ExceptionHandle/
DExceptionHandle.java35 void g(int doThrow) throws Exception { in g() method in ExceptionHandle
/art/test/484-checker-register-hints/src/
DMain.java46 int g = live3; in test1() local
81 int g = live3; in test2() local
106 int g = live3; in test3() local
/art/test/404-optimizing-allocator/src/
DMain.java87 int g = 0; in $opt$reg$TestMultipleLive() local
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1()
150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2()
/art/test/405-optimizing-long-allocator/src/
DMain.java93 long g = 0; in $opt$TestMultipleLive() local
135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1()
156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2()
/art/test/440-stmp/src/
DMain.java27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz()
38 float g = 7.0f; field in Main
/art/libdexfile/dex/
Dbase64_test_util.h59 int g = 3; in DecodeBase64() local
/art/test/642-fp-callees/
Dfp_callees.cc38 double g = array[6]; in Java_Main_holdFpTemporaries() local
/art/test/027-arithmetic/src/
DMain.java59 long g = 0x77; in shiftTest2() local
/art/test/958-methodhandle-stackframe/src-art/
DMain.java29 float e, double f, String g, Object h) { in testDelegate_allTypes()
/art/test/451-spill-splot/src/
DMain.java28 double g = 6.0; in main() local
/art/test/401-optimizing-compiler/src/
DMain.java150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters()
199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args()
/art/test/012-math/src/
DMain.java76 double f, g, fres; in math_012() local
/art/runtime/arch/x86/
Dthread_x86.cc35 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
/art/test/444-checker-nce/src/
DMain.java232 private Main g() { in g() method in Main
/art/test/660-clinit/src/
DMain.java178 static G g; field in G
/art/test/957-methodhandle-transforms/src/
DMain.java797 short d, int e, long f, float g, double h) { in permuteArguments_callee()
1054 short d, int e, long f, float g, double h) { in spreadByte()
1062 int d, long e, float f, double g) { in spreadChar()
1069 int d, long e, float f, double g) { in spreadShort()
/art/test/003-omnibus-opcodes/src/
DIntMath.java60 long g = 0x77; in shiftTest2() local
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java101 int e, int f, int g, int h, in Min2Print26()
/art/test/107-int-math2/src/
DMain.java248 long g = 0x77; in shiftTest2() local
/art/test/956-methodhandles/src/
DMain.java570 G g = new G(); in testUnreflects() local
/art/runtime/
Delf_file.cc733 unsigned h = 0, g; in elfhash() local
/art/test/083-compiler-regressions/src/
DMain.java844 int g[] = new int[1]; in constantPropagationTest() local