Lines Matching refs:HelperCommand
99 typedef struct HelperCommand { struct
104 struct HelperCommand *next; argument
113 } HelperCommand; argument
116 HelperCommand *head;
117 HelperCommand *tail;
133 commandSize(HelperCommand *command) in commandSize()
135 jint size = sizeof(HelperCommand); in commandSize()
149 freeCommand(HelperCommand *command) in freeCommand()
157 enqueueCommand(HelperCommand *command, in enqueueCommand()
205 completeCommand(HelperCommand *command) in completeCommand()
218 static HelperCommand *
221 HelperCommand *command = NULL; in dequeueCommand()
604 handleCommand(JNIEnv *env, HelperCommand *command) in handleCommand()
662 needBlockCommandLoop(HelperCommand *cmd) { in needBlockCommandLoop()
696 HelperCommand *command = dequeueCommand(); in commandLoop()
960 HelperCommand *command; in eventHelper_reportEvents()
971 command_size = (int)(sizeof(HelperCommand) + in eventHelper_reportEvents()
1080 HelperCommand *command = jvmtiAllocate(sizeof(*command)); in eventHelper_reportInvokeDone()
1098 HelperCommand *command = jvmtiAllocate(sizeof(*command)); in eventHelper_reportVMInit()
1114 HelperCommand *command = jvmtiAllocate(sizeof(*command)); in eventHelper_suspendThread()