Searched defs:instance (Results 1 - 3 of 3) sorted by relevance

/art/test/080-oom-throw/src/
H A DMain.java51 static void confuseCompilerOptimization(InstanceMemEater instance) { argument
52 hook = instance;
/art/test/046-reflect/src/
H A DMain.java62 private void showStrings(Target instance) argument
70 one = (String) field.get(instance);
73 two = (String) field.get(instance);
76 three = (String) field.get(instance);
84 Object instance = new otherpackage.Other();
88 meth.invoke(instance);
98 instance = otherpackage.Other.getInnerClassInstance();
99 target = instance.getClass();
103 meth.invoke(instance);
111 int x = field.getInt(instance);
[all...]
/art/runtime/jdwp/
H A Djdwp_handler.cc535 * Return the instance of java.lang.ClassLoader that loaded the specified
813 * Invoke an instance method. The invocation must occur in the specified
1292 ObjectId instance = request->ReadObjectId(); local
1293 mod.instanceOnly.objectId = instance;

Completed in 190 milliseconds