Lines Matching refs:EXIT_ERROR
66 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef pobj"); in saveGlobalRef()
69 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef *pobj"); in saveGlobalRef()
72 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef env"); in saveGlobalRef()
75 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef obj"); in saveGlobalRef()
79 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"NewGlobalRef"); in saveGlobalRef()
91 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"tossGlobalRef pobj"); in tossGlobalRef()
95 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"tossGlobalRef env"); in tossGlobalRef()
98 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"tossGlobalRef obj"); in tossGlobalRef()
110 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"findClass env"); in findClass()
113 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"findClass name"); in findClass()
118 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in findClass()
122 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in findClass()
133 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getMethod env"); in getMethod()
136 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getMethod clazz"); in getMethod()
139 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getMethod name"); in getMethod()
142 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getMethod signature"); in getMethod()
148 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getMethod()
153 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getMethod()
164 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getStaticMethod env"); in getStaticMethod()
167 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getStaticMethod clazz"); in getStaticMethod()
170 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getStaticMethod name"); in getStaticMethod()
173 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"getStaticMethod signature"); in getStaticMethod()
179 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getStaticMethod()
184 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getStaticMethod()
251 EXIT_ERROR(error, "Can't get system thread group"); in util_initialize()
254 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "Can't get system thread group"); in util_initialize()
299 EXIT_ERROR(AGENT_ERROR_INTERNAL, in util_initialize()
867 EXIT_ERROR(AGENT_ERROR_NO_JNI_ENV,NULL); in getEnv()
965 EXIT_ERROR(error, "on getting the JVMTI version number"); in jvmtiVersion()
1081 EXIT_ERROR(error, "on raw monitor enter"); in debugMonitorEnter()
1094 EXIT_ERROR(error, "on raw monitor exit"); in debugMonitorExit()
1112 EXIT_ERROR(error, "on raw monitor enter no suspend"); in debugMonitorEnterNoSuspend()
1157 EXIT_ERROR(error, "on raw monitor wait"); in debugMonitorWait()
1174 EXIT_ERROR(error, "on raw monitor timed wait"); in debugMonitorTimedWait()
1187 EXIT_ERROR(error, "on raw monitor notify"); in debugMonitorNotify()
1200 EXIT_ERROR(error, "on raw monitor notify all"); in debugMonitorNotifyAll()
1213 EXIT_ERROR(error, "on creation of a raw monitor"); in debugMonitorCreate()
1227 EXIT_ERROR(error, "on destruction of raw monitor"); in debugMonitorDestroy()
1248 EXIT_ERROR(error, "getting all threads"); in allThreads()
1265 EXIT_ERROR(error, "on getting thread group info"); in threadGroupInfo()
1330 EXIT_ERROR(error, "on getting class status"); in classStatus()
1345 EXIT_ERROR(error, "on checking for an array class"); in isArrayClass()
1359 EXIT_ERROR(error, "on checking for an interface"); in isInterface()
1403 EXIT_ERROR(error, "on checking for a native interface"); in isMethodNative()
1427 EXIT_ERROR(error, "on getting an object hash code"); in objectHashCode()
1607 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"PushLocalFrame: Unable to push JNI frame"); in createLocalRefSpace()
1771 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getPropertyUTF8()
1849 EXIT_ERROR(error, "Can't allocate jvmti memory"); in jvmtiAllocate()
1864 EXIT_ERROR(error, "Can't deallocate jvmti memory"); in jvmtiDeallocate()
2045 EXIT_ERROR(AGENT_ERROR_INVALID_INDEX,"bad EventIndex"); in eventIndex2jdwp()
2054 EXIT_ERROR(AGENT_ERROR_INVALID_INDEX,"bad EventIndex"); in eventIndex2jvmti()
2165 EXIT_ERROR(AGENT_ERROR_INVALID_INDEX,"JVMTI to EventIndex mapping"); in jvmti2EventIndex()