Home
last modified time | relevance | path

Searched refs:AGENT_ERROR_INTERNAL (Results 1 – 9 of 9) sorted by relevance

/external/oj-libjdwp/src/share/back/
Derror_messages.c108 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Requested errorexit=y exit()"); in error_message()
132 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Assertion Failed"); in jdiAssertionFailed()
191 CASE_RETURN_TEXT(AGENT_ERROR_INTERNAL) in jvmtiErrorText()
DdebugInit.c528 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead at VM_INIT time"); in cbEarlyVMInit()
557 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM died more than once"); in cbEarlyVMDeath()
578 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead at initial Exception event"); in cbEarlyException()
617 error = AGENT_ERROR_INTERNAL; /* Just to cause restore */ in cbEarlyException()
623 error = AGENT_ERROR_INTERNAL; /* Just to cause restore */ in cbEarlyException()
768 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead at initialize() time"); in initialize()
866 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead before initialize() completes"); in initialize()
Dutil.c299 EXIT_ERROR(AGENT_ERROR_INTERNAL, in util_initialize()
1986 return AGENT_ERROR_INTERNAL; in map2jvmtiError()
2303 case AGENT_ERROR_INTERNAL: in map2jdwpError()
2522 return AGENT_ERROR_INTERNAL; in classInstances()
2551 error = AGENT_ERROR_INTERNAL; in classInstances()
2601 data->error = AGENT_ERROR_INTERNAL; in cbObjectCounterFromRef()
2659 data->error = AGENT_ERROR_INTERNAL; in cbObjectCounter()
2698 return AGENT_ERROR_INTERNAL; in classInstanceCounts()
2869 return AGENT_ERROR_INTERNAL; in objectReferrers()
2917 error = AGENT_ERROR_INTERNAL; in objectReferrers()
DeventFilter.c1028 error = AGENT_ERROR_INTERNAL; in setBreakpoint()
1058 error = AGENT_ERROR_INTERNAL; in clearBreakpoint()
1132 error = AGENT_ERROR_INTERNAL; in setWatchpoint()
1163 error = AGENT_ERROR_INTERNAL; in clearWatchpoint()
DclassTrack.c276 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Failed to allocate tag-tracking jvmtiEnv"); in classTrack_initialize()
DcommonRef.c113 EXIT_ERROR(AGENT_ERROR_INTERNAL, in getLocalRef()
311 EXIT_ERROR(AGENT_ERROR_INTERNAL,"RefNode count < 0"); in deleteNodeByID()
Dutil.h201 #define AGENT_ERROR_INTERNAL _AGENT_ERROR(1) macro
DeventHandler.c257 EXIT_ERROR(AGENT_ERROR_INTERNAL,"iterator function NULL"); in eventHandlerRestricted_iterator()
663 EXIT_ERROR(AGENT_ERROR_INTERNAL,"handler function NULL"); in event_callback()
DthreadControl.c2007 EXIT_ERROR(AGENT_ERROR_INTERNAL, "thread start during pop frame"); in checkForPopFrameEvents()