Home
last modified time | relevance | path

Searched refs:myField5 (Results 1 – 2 of 2) sorted by relevance

/art/test/526-long-regalloc/src/
DMain.java28 int f = myField5; // edx in foo()
52 myField5 = e; in foo()
67 public static int myField5 = 0; field in Main
/art/test/529-long-split/src/
DMain.java121 int i = myField5; // ESI - callee saved due to assignment after call to $noinline$doCall. in testOddLow2()
126 myField5 = g; // use of ECX in testOddLow2()
182 public static int myField5; field in Main