• Home
  • Raw
  • Download

Lines Matching refs:jvmti

146     error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameCount)  in getStackDepth()
147 (gdata->jvmti, thread, &count); in getStackDepth()
159 return JVMTI_FUNC_PTR(gdata->jvmti,GetThreadState) in threadState()
160 (gdata->jvmti, thread, pstate); in threadState()
169 error = JVMTI_FUNC_PTR(gdata->jvmti,SetThreadLocalStorage) in setThreadLocalStorage()
170 (gdata->jvmti, thread, (void*)node); in setThreadLocalStorage()
188 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadLocalStorage) in getThreadLocalStorage()
189 (gdata->jvmti, thread, (void**)&node); in getThreadLocalStorage()
501 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in threadSetEventNotificationMode()
502 (gdata->jvmti, mode, eventIndex2jvmti(ei), thread); in threadSetEventNotificationMode()
598 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLocalInstance) in getResumee()
599 (gdata->jvmti, resumingThread, fnum, &object); in getResumee()
707 error = JVMTI_FUNC_PTR(gdata->jvmti,NotifyFramePop) in trackAppResume()
708 (gdata->jvmti, thread, fnum); in trackAppResume()
854 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread) in commonSuspendByNode()
855 (gdata->jvmti, node->thread); in commonSuspendByNode()
976 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread) in resumeThreadByNode()
977 (gdata->jvmti, node->thread); in resumeThreadByNode()
1227 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThreadList) in commonResumeList()
1228 (gdata->jvmti, reqCnt, reqList, results); in commonResumeList()
1320 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThreadList) in commonSuspendList()
1321 (gdata->jvmti, reqCnt, reqList, results); in commonSuspendList()
1893 error = JVMTI_FUNC_PTR(gdata->jvmti,PopFrame)(gdata->jvmti, thread); in popOneFrame()
1901 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)(gdata->jvmti, thread); in popOneFrame()
1917 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread)(gdata->jvmti, thread); in popOneFrame()
2117 JVMTI_FUNC_PTR(gdata->jvmti,InterruptThread) in doPendingTasks()
2118 (gdata->jvmti, node->thread); in doPendingTasks()
2126 JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in doPendingTasks()
2127 (gdata->jvmti, node->thread, node->pendingStop); in doPendingTasks()
2232 error = JVMTI_FUNC_PTR(gdata->jvmti,InterruptThread) in threadControl_interrupt()
2233 (gdata->jvmti, thread); in threadControl_interrupt()
2339 error = JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in threadControl_stop()
2340 (gdata->jvmti, thread, throwable); in threadControl_stop()
2381 (void)JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)(gdata->jvmti, node->thread); in resetHelper()
2440 error = JVMTI_FUNC_PTR(gdata->jvmti,SetEventNotificationMode) in threadControl_setEventMode()
2441 (gdata->jvmti, mode, eventIndex2jvmti(ei), thread); in threadControl_setEventMode()