Home
last modified time | relevance | path

Searched refs:AGENT_ERROR_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.c576 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "no java.lang.thread class"); in threadControl_initialize()
579 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "cannot resume thread"); in threadControl_initialize()
1771 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in setPopFrameThread()
1791 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in getPopFrameEvent()
1810 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in setPopFrameEvent()
1831 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in getPopFrameProceed()
1850 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in setPopFrameProceed()
2150 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"thread list corrupted"); in threadControl_onEventHandlerExit()
Dutil.c79 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"NewGlobalRef"); in saveGlobalRef()
98 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"tossGlobalRef obj"); in tossGlobalRef()
118 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in findClass()
122 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in findClass()
148 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getMethod()
153 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getMethod()
179 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getStaticMethod()
184 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getStaticMethod()
254 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "Can't get system thread group"); in util_initialize()
1771 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,NULL); in getPropertyUTF8()
[all …]
Dinvoker.c474 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"Invalid method signature"); in invokeStatic()
562 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"Invalid method signature"); in invokeVirtual()
661 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"Invalid method signature"); in invokeNonvirtual()
Derror_messages.c211 CASE_RETURN_TEXT(AGENT_ERROR_NULL_POINTER) in jvmtiErrorText()
Dutil.h221 #define AGENT_ERROR_NULL_POINTER _AGENT_ERROR(21) macro
DcommonRef.c246 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"NewGlobalRef"); in strengthenNode()