Searched refs:stuff (Results 1 – 5 of 5) sorted by relevance
8 UnresStuff stuff = new UnresStuff(); in run() local10 int x = stuff.instField; in run()16 int x = stuff.instField; in run()22 stuff.instField = 5; in run()29 double d = stuff.wideInstField; in run()35 stuff.wideInstField = 0.0; in run()68 stuff.virtualMethod(); in run()
30 UnresStuff stuff = new UnresStuff(); in run() local46 checkCasts(stuff); in run()
164 @ Restore the registers we saved and return. Note this remaps stuff,
164 # Add this if you see linker failures for stuff like "dvmMterp_exceptionThrown".
16 public Main(ArrayList<Integer> stuff) {} in Main() argument