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

/openjdk7/jdk/src/share/back/
H A DeventHelper.c1038 FrameEventCommandSingle *frameCommand; local
1046 frameCommand = &command->u.frameEventCommand;
1047 frameCommand->suspendPolicy = suspendPolicy;
1048 frameCommand->id = id;
1049 frameCommand->ei = ei;
1050 saveGlobalRef(env, thread, &(frameCommand->thread));
1051 saveGlobalRef(env, clazz, &(frameCommand->clazz));
1052 frameCommand->method = method;
1053 frameCommand->location = location;
1055 err = methodReturnType(method, &frameCommand
[all...]

Completed in 32 milliseconds