Searched defs:evinfo (Results 1 - 6 of 6) sorted by relevance

/external/oj-libjdwp/src/share/back/
H A DstandardHandlers.c40 handleClassPrepare(JNIEnv *env, EventInfo *evinfo, argument
44 jthread thread = evinfo->thread;
69 evinfo->thread = NULL;
74 eventHelper_recordEvent(evinfo, node->handlerID,
79 handleGarbageCollectionFinish(JNIEnv *env, EventInfo *evinfo, argument
87 handleFrameEvent(JNIEnv *env, EventInfo *evinfo, argument
107 (gdata->jvmti, evinfo->thread, fnum, &method, &location);
111 returnValue = evinfo->u.method_exit.return_value;
115 evinfo->ei,
116 evinfo
126 genericHandler(JNIEnv *env, EventInfo *evinfo, HandlerNode *node, struct bag *eventBag) argument
[all...]
H A DstepControl.c261 handleFramePopEvent(JNIEnv *env, EventInfo *evinfo, argument
266 jthread thread = evinfo->thread;
364 handleExceptionCatchEvent(JNIEnv *env, EventInfo *evinfo, argument
369 jthread thread = evinfo->thread;
431 handleMethodEnterEvent(JNIEnv *env, EventInfo *evinfo, argument
438 thread = evinfo->thread;
454 clazz = evinfo->clazz;
455 method = evinfo->method;
H A DeventFilter.c300 eventInstance(EventInfo *evinfo) argument
316 switch (evinfo->ei) {
328 thread = evinfo->thread;
329 method = evinfo->method;
333 object = evinfo->object;
376 EventInfo *evinfo,
387 thread = evinfo->thread;
388 clazz = evinfo->clazz;
389 method = evinfo->method;
394 if ((evinfo
374 eventFilterRestricted_passesFilter(JNIEnv *env, char *classname, EventInfo *evinfo, HandlerNode *node, jboolean *shouldDelete) argument
[all...]
H A DeventHandler.c544 event_callback(JNIEnv *env, EventInfo *evinfo) argument
551 LOG_MISC(("event_callback(): ei=%s", eventText(evinfo->ei)));
552 log_debugee_location("event_callback()", evinfo->thread, evinfo->method, evinfo->location);
598 thread = evinfo->thread;
608 evinfo->ei, thread, currentException);
644 if (evinfo->ei == EI_CLASS_PREPARE) {
645 classTrack_addPreparedClass(env, evinfo->clazz);
648 node = getHandlerChain(evinfo
[all...]
H A DeventHelper.c129 static void saveEventInfoRefs(JNIEnv *env, EventInfo *evinfo);
130 static void tossEventInfoRefs(JNIEnv *env, EventInfo *evinfo);
281 writeSingleStepEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
283 (void)outStream_writeObjectRef(env, out, evinfo->thread);
284 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
288 writeBreakpointEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
290 (void)outStream_writeObjectRef(env, out, evinfo->thread);
291 writeCodeLocation(out, evinfo
295 writeFieldAccessEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
311 writeFieldModificationEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
330 writeExceptionEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
341 writeThreadEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
347 writeMonitorEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
375 writeClassEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
398 writeVMDeathEvent(JNIEnv *env, PacketOutputStream *out, EventInfo *evinfo) argument
406 EventInfo *evinfo = &command->info; local
764 saveEventInfoRefs(JNIEnv *env, EventInfo *evinfo) argument
839 tossEventInfoRefs(JNIEnv *env, EventInfo *evinfo) argument
996 eventHelper_recordEvent(EventInfo *evinfo, jint id, jbyte suspendPolicy, struct bag *eventBag) argument
[all...]
H A DthreadControl.c654 handleAppResumeCompletion(JNIEnv *env, EventInfo *evinfo, argument
661 thread = evinfo->thread;
669 if (evinfo->ei == EI_FRAME_POP) {
738 handleAppResumeBreakpoint(JNIEnv *env, EventInfo *evinfo, argument
742 jthread resumer = evinfo->thread;

Completed in 256 milliseconds