Searched refs:AGENT_ERROR_INTERNAL (Results 1 – 9 of 9) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | error_messages.c | 108 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()
|
D | debugInit.c | 528 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()
|
D | util.c | 299 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()
|
D | classTrack.c | 276 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Failed to allocate tag-tracking jvmtiEnv"); in classTrack_initialize()
|
D | commonRef.c | 113 EXIT_ERROR(AGENT_ERROR_INTERNAL, in getLocalRef() 311 EXIT_ERROR(AGENT_ERROR_INTERNAL,"RefNode count < 0"); in deleteNodeByID()
|
D | eventFilter.c | 1028 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()
|
D | util.h | 201 #define AGENT_ERROR_INTERNAL _AGENT_ERROR(1) macro
|
D | eventHandler.c | 257 EXIT_ERROR(AGENT_ERROR_INTERNAL,"iterator function NULL"); in eventHandlerRestricted_iterator() 663 EXIT_ERROR(AGENT_ERROR_INTERNAL,"handler function NULL"); in event_callback()
|
D | threadControl.c | 2007 EXIT_ERROR(AGENT_ERROR_INTERNAL, "thread start during pop frame"); in checkForPopFrameEvents()
|