HomeSort by relevance Sort by last modified time
    Searched refs:VirtualMachine (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
ObjectReferenceImpl.java 92 ObjectReferenceImpl(VirtualMachine aVm,long aRef) {
113 if (cache != null && (vm.traceFlags & VirtualMachine.TRACE_OBJREFS) != 0) {
514 if ((vm.traceFlags & VirtualMachine.TRACE_OBJREFS) != 0) {
ArrayReferenceImpl.java 40 ArrayReferenceImpl(VirtualMachine aVm,long aRef) {
MethodImpl.java 49 MethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType,
58 static MethodImpl createMethodImpl(VirtualMachine vm,
ClassTypeImpl.java 58 protected ClassTypeImpl(VirtualMachine aVm,long aRef) {
StackFrameImpl.java 52 StackFrameImpl(VirtualMachine vm, ThreadReferenceImpl thread,
ConcreteMethodImpl.java 84 ConcreteMethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType,
168 return new LocationImpl(virtualMachine(), this, codeIndex);
394 new LocationImpl(virtualMachine(), this, bci);
428 location = new LocationImpl(virtualMachine(), this,
466 Location scopeStart = new LocationImpl(virtualMachine(),
469 new LocationImpl(virtualMachine(), this,
472 new LocalVariableImpl(virtualMachine(), this,
513 Location scopeStart = new LocationImpl(virtualMachine(),
516 new LocationImpl(virtualMachine(), this,
519 new LocalVariableImpl(virtualMachine(), this
    [all...]
EventRequestManagerImpl.java 719 EventRequestManagerImpl(VirtualMachine vm) {
ReferenceTypeImpl.java 75 protected ReferenceTypeImpl(VirtualMachine aVm, long aRef) {
130 (vm.equals(other.virtualMachine()));
158 ((VirtualMachineImpl)(other.virtualMachine())).sequenceNumber;
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
TopLevelThreadGroupsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.TopLevelThreadGroups command.
46 * This testcase exercises VirtualMachine.TopLevelThreadGroups command.
48 * <BR> Then the test performs VirtualMachine.TopLevelThreadGroups command
58 logWriter.println("==> Send VirtualMachine::TopLevelThreadGroups command...");
63 checkReplyPacket(reply, "VirtualMachine::TopLevelThreadGroups command");
AllClassesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.AllClasses command.
47 * This testcase exercises VirtualMachine.AllClasses command.
49 * <BR> Then the test performs VirtualMachine.AllClasses command and checks that:
60 logWriter.println("==> Send VirtualMachine::AllClasses command...");
65 checkReplyPacket(reply, "VirtualMachine::AllClasses command");
115 * This testcase exercises VirtualMachine.AllClasses command.
117 * <BR> Then the test performs VirtualMachine.AllClasses command and checks that:
132 logWriter.println("==> Send VirtualMachine::AllClasses command...");
137 checkReplyPacket(reply, "VirtualMachine::AllClasses command")
    [all...]
AllClassesWithGenericTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.AllClassesWithGeneric command.
47 * This testcase exercises VirtualMachine.AllClassesWithGeneric command.
49 * <BR> Then the test performs VirtualMachine.AllClassesWithGeneric
61 logWriter.println("==> Send VirtualMachine::AllClassesWithGeneric command...");
66 checkReplyPacket(reply, "VirtualMachine::AllClassesWithGeneric command");
119 * This testcase exercises VirtualMachine.AllClassesWithGeneric command.
121 * <BR> Then the test performs VirtualMachine.AllClassesWithGeneric
137 logWriter.println("==> Send VirtualMachine::AllClassesWithGeneric command...");
142 checkReplyPacket(reply, "VirtualMachine::AllClassesWithGeneric command")
    [all...]
AllThreadsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.AllThreads command.
43 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsDebuggee";
47 * This testcase exercises VirtualMachine.AllThreads command.
50 * <BR> Then the test performs VirtualMachine.AllThreads command and checks that
66 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
108 * This testcase exercises VirtualMachine.AllThreads command.
111 * <BR> Then the test performs VirtualMachine.AllThreads command and checks that
124 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
182 * This testcase exercises VirtualMachine.AllThreads command
    [all...]
InstanceCountsTest.java 19 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
35 static final String thisCommandName = "VirtualMachine.InstanceCounts command ";
47 * This testcase exercises VirtualMachine.InstanceCounts command.
49 * MockClass1, MockClass2 for this class by VirtualMachine.ClassesBySignature command,
50 * then performs VirtualMachine.InstanceCounts command and checks that returned
ResumeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
40 * JDWP Unit test for VirtualMachine.Resume command.
59 * This testcase exercises VirtualMachine.Resume command.
61 * <BR> Then the test performs VirtualMachine.Suspend command and checks with help of
63 * <BR> Then the test performs VirtualMachine.Resume command and checks with help of
75 // Suspend all threads with VirtualMachine.Suspend command.
80 "after VirtualMachine.Suspend command...");
83 // Resume all threads with VirtualMachine.Resume command.
88 "after VirtualMachine.Resume command...");
103 * This testcase exercises VirtualMachine.Resume command
    [all...]
RedefineClassesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
41 * JDWP Unit test for VirtualMachine.RedefineClasses command.
47 static final String thisCommandName = "VirtualMachine::RedefineClasses command";
65 + "jdwp" + nameSeparator + "VirtualMachine"
185 // package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
192 logWriter.println("====> package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;");
222 * This testcase exercises VirtualMachine.RedefineClasses command.
226 * <BR> Then the test performs VirtualMachine.RedefineClasses command
246 ("\n=> Send VirtualMachine::ClassesBySignature command and and get checked class referenceTypeID...");
256 checkReplyPacket(classesBySignatureReply, "VirtualMachine::ClassesBySignature command")
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentingCaliperRun.java 117 new Function<VirtualMachine, String>() {
118 @Override public String apply(VirtualMachine vm) {
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 86 new VirtualMachine("foo-jvm", vmConfig));
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliPositionManagerTest.java 235 @Override public VirtualMachine virtualMachine() { return null; }
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec 27 (CommandSet VirtualMachine=1
149 "this VirtualMachine (ObjectReferences, ReferenceTypes, etc.) "
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 1062 milliseconds

1 2 3 45