Home
last modified time | relevance | path

Searched refs:NotifyFramePop (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/back/
DstepControl.c196 error = JVMTI_FUNC_PTR(gdata->jvmti,NotifyFramePop) in initState()
607 error = JVMTI_FUNC_PTR(gdata->jvmti,NotifyFramePop) in stepControl_handleStep()
DthreadControl.c707 error = JVMTI_FUNC_PTR(gdata->jvmti,NotifyFramePop) in trackAppResume()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1102 jvmtiError (JNICALL *NotifyFramePop) (jvmtiEnv* env,
1937 jvmtiError NotifyFramePop(jthread thread, in NotifyFramePop() function
1939 return functions->NotifyFramePop(this, thread, depth); in NotifyFramePop()