Searched refs:enqueueCommand (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java131 enqueueCommand(vm, thread, id);
227 ps = JDWP.StackFrame.GetValues.enqueueCommand(vm, thread, id, slots);
287 enqueueCommand(vm, thread, id, slotVals);
345 ps = JDWP.StackFrame.GetValues.enqueueCommand(vm, thread, id, slots);
375 return JDWP.StackFrame.PopFrames.enqueueCommand(vm,
H A DClassTypeImpl.java169 return JDWP.ClassType.InvokeMethod.enqueueCommand(
191 return JDWP.ClassType.NewInstance.enqueueCommand(
H A DObjectReferenceImpl.java343 return JDWP.ObjectReference.InvokeMethod.enqueueCommand(
H A DThreadReferenceImpl.java216 stream = JDWP.ThreadReference.Resume.enqueueCommand(vm, this);
H A DVirtualMachineImpl.java420 return JDWP.VirtualMachine.Resume.enqueueCommand(vm);
/openjdk7/jdk/src/share/back/
H A DeventHelper.c157 enqueueCommand(HelperCommand *command, function
172 log_debugee_location("enqueueCommand(): HelperCommand being processed", NULL, NULL, 0);
196 log_debugee_location("enqueueCommand(): HelperCommand wait", NULL, NULL, 0);
991 enqueueCommand(command, wait, reportingVMDeath);
1088 enqueueCommand(command, JNI_TRUE, JNI_FALSE);
1107 enqueueCommand(command, JNI_TRUE, JNI_FALSE);
1122 enqueueCommand(command, JNI_TRUE, JNI_FALSE);

Completed in 47 milliseconds