Lines Matching refs:FUNC_PTR
729 error = FUNC_PTR(gdata->jvmti,GetMethodDeclaringClass) in methodClass()
757 error = FUNC_PTR(gdata->jvmti,GetMethodName) in methodSignature()
862 rc = FUNC_PTR(gdata->jvm,GetEnv) in getEnv()
1071 error = FUNC_PTR(gdata->jvmti,RawMonitorEnter) in debugMonitorEnter()
1090 error = FUNC_PTR(gdata->jvmti,RawMonitorExit) in debugMonitorExit()
1103 error = FUNC_PTR(&gdata,raw_monitor_enter_no_suspend)(gdata->jvmti, monitor); in debugMonitorEnterNoSuspend()
1120 error = FUNC_PTR(gdata->jvmti,RawMonitorWait) in debugMonitorWait()
1165 error = FUNC_PTR(gdata->jvmti,RawMonitorWait) in debugMonitorTimedWait()
1183 error = FUNC_PTR(gdata->jvmti,RawMonitorNotify) in debugMonitorNotify()
1196 error = FUNC_PTR(gdata->jvmti,RawMonitorNotifyAll) in debugMonitorNotifyAll()
1210 error = FUNC_PTR(gdata->jvmti,CreateRawMonitor) in debugMonitorCreate()
1223 error = FUNC_PTR(gdata->jvmti,DestroyRawMonitor) in debugMonitorDestroy()
1282 error = FUNC_PTR(gdata->jvmti,GetClassSignature) in classSignature()
1414 return FUNC_PTR(env,IsSameObject)(env, o1, o2); in isSameObject()
1846 error = FUNC_PTR(gdata->jvmti,Allocate) in jvmtiAllocate()
1861 error = FUNC_PTR(gdata->jvmti,Deallocate) in jvmtiDeallocate()
2385 error = FUNC_PTR(gdata->jvmti,GetThreadInfo) in log_debugee_location()
2390 error = FUNC_PTR(gdata->jvmti,GetThreadState) in log_debugee_location()
2398 error = FUNC_PTR(gdata->jvmti,GetFrameLocation) in log_debugee_location()