Searched refs:GetVar (Results 1 – 7 of 7) sorted by relevance
/art/test/1939-proxy-frames/src/art/ |
D | Test1939.java | 44 public Object GetVar(Thread t, int depth); in GetVar() method 61 Object res = get.GetVar(t, depth); in NamedGet()
|
/art/test/1914-get-local-instance/src/art/ |
D | Test1914.java | 71 public Object GetVar(Thread t, int depth); in GetVar() method 78 Object res = get.GetVar(t, depth); in NamedGet()
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Test1967.java | 67 public Object GetVar(Thread t, int depth, int slot); in GetVar() method 99 Object res = get.GetVar(t, depth, real_slot);
|
/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Test1965.java | 54 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method 78 Object res = get.GetVar(t, depth, slot);
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Test1966.java | 99 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method 123 Object res = get.GetVar(t, depth, slot);
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Test1913.java | 137 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method 161 Object res = get.GetVar(t, depth, desc.slot);
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 107 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method 131 Object res = get.GetVar(t, depth, desc.slot);
|