Home
last modified time | relevance | path

Searched refs:JVMTI_ERROR_NONE (Results 1 – 25 of 31) sorted by relevance

12

/external/oj-libjdwp/src/share/back/
DstepControl.c43 if (error != JVMTI_ERROR_NONE) { in getFrameCount()
70 if (error != JVMTI_ERROR_NONE) { in enableStepping()
84 if (error != JVMTI_ERROR_NONE) { in disableStepping()
101 if (error == JVMTI_ERROR_NONE && *pmethod!=NULL ) { in getFrameLocation()
124 if (error != JVMTI_ERROR_NONE) { in getLineNumberTable()
186 return JVMTI_ERROR_NONE; in initState()
200 error = JVMTI_ERROR_NONE; in initState()
203 error = JVMTI_ERROR_NONE; in initState()
205 } else if (error != JVMTI_ERROR_NONE) { in initState()
228 if (error == JVMTI_ERROR_NONE) { in initState()
[all …]
DthreadControl.c148 if (error != JVMTI_ERROR_NONE) { in getStackDepth()
174 } else if ( error != JVMTI_ERROR_NONE ) { in setThreadLocalStorage()
193 } else if ( error != JVMTI_ERROR_NONE ) { in getThreadLocalStorage()
421 jvmtiError error = JVMTI_ERROR_NONE; in enumerateOverThreadList()
425 if ( error != JVMTI_ERROR_NONE ) { in enumerateOverThreadList()
472 return JVMTI_ERROR_NONE; in addDeferredEventMode()
520 if (error != JVMTI_ERROR_NONE) { in processDeferredEventModes()
583 if (error != JVMTI_ERROR_NONE) { in threadControl_initialize()
600 if (error == JVMTI_ERROR_NONE) { in getResumee()
624 if (error != JVMTI_ERROR_NONE) { in pendingAppResume()
[all …]
DReferenceTypeImpl.c45 if (error != JVMTI_ERROR_NONE) { in signature()
70 if (error != JVMTI_ERROR_NONE) { in signatureWithGeneric()
102 if (error != JVMTI_ERROR_NONE) { in getClassLoader()
125 if (error != JVMTI_ERROR_NONE) { in modifiers()
147 if (error != JVMTI_ERROR_NONE) { in writeMethodInfo()
153 if (error != JVMTI_ERROR_NONE) { in writeMethodInfo()
159 if (error != JVMTI_ERROR_NONE) { in writeMethodInfo()
198 if (error != JVMTI_ERROR_NONE) { in methods1()
254 if (error != JVMTI_ERROR_NONE) { in instances()
298 if (error != JVMTI_ERROR_NONE) { in getClassVersion()
[all …]
DThreadReferenceImpl.c62 if (error != JVMTI_ERROR_NONE) { in name()
92 if (error != JVMTI_ERROR_NONE) { in suspend()
116 if (error != JVMTI_ERROR_NONE) { in resume()
142 if (error != JVMTI_ERROR_NONE) { in status()
179 if (error != JVMTI_ERROR_NONE) { in threadGroup()
200 if (error != JVMTI_ERROR_NONE) { in validateSuspendedThread()
250 if (error != JVMTI_ERROR_NONE) { in frames()
290 error = JVMTI_ERROR_NONE; in frames()
291 } else if ( error == JVMTI_ERROR_NONE ) { in frames()
293 if ( error == JVMTI_ERROR_NONE ) { in frames()
[all …]
Dutil.c250 if (error != JVMTI_ERROR_NONE ) { in util_initialize()
363 if (error != JVMTI_ERROR_NONE) { in writeFieldValue()
438 if (error != JVMTI_ERROR_NONE) { in writeStaticFieldValue()
633 if (error != JVMTI_ERROR_NONE) { in sharedInvoke()
790 if (error == JVMTI_ERROR_NONE) { in methodReturnType()
913 if (error == JVMTI_ERROR_NONE) { in spawnNewThread()
946 if (error != JVMTI_ERROR_NONE) { in jvmtiGetCapabilities()
954 return JVMTI_ERROR_NONE; in jvmtiGetCapabilities()
964 if (error != JVMTI_ERROR_NONE) { in jvmtiVersion()
999 return (error == JVMTI_ERROR_NONE && cap.can_suspend); in canSuspendResumeThreadLists()
[all …]
DeventFilter.c187 jvmtiError error = JVMTI_ERROR_NONE; in clearFilters()
225 if (error == JVMTI_ERROR_NONE) { in clearFilters()
232 if (error == JVMTI_ERROR_NONE) { in clearFilters()
284 if (err == JVMTI_ERROR_NONE) { in isVersionGte12x()
342 if (error == JVMTI_ERROR_NONE && thread!=NULL && (modifiers & 0x8) == 0) { in eventInstance()
353 if (error != JVMTI_ERROR_NONE) { in eventInstance()
529 if (error == JVMTI_ERROR_NONE && in eventFilterRestricted_passesFilter()
711 return JVMTI_ERROR_NONE; in eventFilter_setConditionalFilter()
727 return JVMTI_ERROR_NONE; in eventFilter_setCountFilter()
748 return JVMTI_ERROR_NONE; in eventFilter_setThreadOnlyFilter()
[all …]
DclassTrack.c212 if (error != JVMTI_ERROR_NONE) { in classTrack_addPreparedClass()
225 if (error != JVMTI_ERROR_NONE) { in classTrack_addPreparedClass()
231 if (error != JVMTI_ERROR_NONE) { in classTrack_addPreparedClass()
249 if (error != JVMTI_ERROR_NONE) { in setupEvents()
256 if (error != JVMTI_ERROR_NONE) { in setupEvents()
261 if (error != JVMTI_ERROR_NONE) { in setupEvents()
297 if ( error == JVMTI_ERROR_NONE ) { in classTrack_initialize()
DObjectReferenceImpl.c124 error = JVMTI_ERROR_NONE; in readFieldValue()
151 error = JVMTI_ERROR_NONE; in setValues()
173 if (error != JVMTI_ERROR_NONE) { in setValues()
180 if (error != JVMTI_ERROR_NONE) { in setValues()
186 if (error != JVMTI_ERROR_NONE) { in setValues()
216 if (error != JVMTI_ERROR_NONE) { in monitorInfo()
254 if (error != JVMTI_ERROR_NONE) { in disableCollection()
273 if (error != JVMTI_ERROR_NONE) { in enableCollection()
336 if (error != JVMTI_ERROR_NONE) { in referringObjects()
DMethodImpl.c63 if (error != JVMTI_ERROR_NONE) { in lineTable()
78 } else if (error == JVMTI_ERROR_NONE) { in lineTable()
126 if (error != JVMTI_ERROR_NONE) { in doVariableTable()
133 if (error == JVMTI_ERROR_NONE) { in doVariableTable()
193 error = JVMTI_ERROR_NONE; in bytecodes()
202 if (error != JVMTI_ERROR_NONE) { in bytecodes()
DeventHandler.c335 if (error == JVMTI_ERROR_NONE) { in deferEventReport()
739 if ( error != JVMTI_ERROR_NONE ) { in getMethodClass()
1102 if (error == JVMTI_ERROR_NONE) { in cbMonitorContendedEnter()
1135 if (error == JVMTI_ERROR_NONE) { in cbMonitorContendedEntered()
1178 if (error == JVMTI_ERROR_NONE) { in cbMonitorWait()
1220 if (error == JVMTI_ERROR_NONE) { in cbMonitorWaited()
1263 if (error != JVMTI_ERROR_NONE) { in cbVMDeath()
1332 jvmtiError error = JVMTI_ERROR_NONE; in freeHandler()
1357 error = JVMTI_ERROR_NONE; in freeHandlerChain()
1365 if ( singleError != JVMTI_ERROR_NONE ) { in freeHandlerChain()
[all …]
DdebugInit.c144 if (error != JVMTI_ERROR_NONE) { in set_event_notification()
223 if (error != JVMTI_ERROR_NONE) { in find_extension_functions()
366 if (error != JVMTI_ERROR_NONE) { in Agent_OnLoad()
427 if (error != JVMTI_ERROR_NONE) { in Agent_OnLoad()
437 if (error != JVMTI_ERROR_NONE) { in Agent_OnLoad()
441 if (error != JVMTI_ERROR_NONE) { in Agent_OnLoad()
446 if (error != JVMTI_ERROR_NONE) { in Agent_OnLoad()
458 if (error != JVMTI_ERROR_NONE) { in Agent_OnLoad()
543 error = JVMTI_ERROR_NONE; /* Hack! FIXUP when JVMTI has disposeEnv */ in disposeEnvironment()
545 if (error != JVMTI_ERROR_NONE) { in disposeEnvironment()
[all …]
DArrayTypeImpl.c52 if (error != JVMTI_ERROR_NONE) { in getComponentClass()
57 if (error != JVMTI_ERROR_NONE) { in getComponentClass()
69 if (error != JVMTI_ERROR_NONE) { in getComponentClass()
82 if (error != JVMTI_ERROR_NONE) { in getComponentClass()
226 if ( error != JVMTI_ERROR_NONE ) { in newInstance()
DVirtualMachineImpl.c128 if ( error == JVMTI_ERROR_NONE ) { in classesForSignature()
149 if (error != JVMTI_ERROR_NONE) { in classesForSignature()
168 if ( error == JVMTI_ERROR_NONE ) { in classesForSignature()
187 if ( error != JVMTI_ERROR_NONE ) { in classesForSignature()
217 if ( error != JVMTI_ERROR_NONE ) { in allClasses1()
256 if (error != JVMTI_ERROR_NONE) { in allClasses1()
358 if (error != JVMTI_ERROR_NONE) { in instanceCounts()
445 if (error != JVMTI_ERROR_NONE) { in redefineClasses()
546 if (error != JVMTI_ERROR_NONE) { in topLevelThreadGroups()
591 if (error != JVMTI_ERROR_NONE) { in suspend()
[all …]
Dinvoker.c113 error = JVMTI_ERROR_NONE; in createGlobalRefs()
126 if ( error == JVMTI_ERROR_NONE ) { in createGlobalRefs()
133 if ( error == JVMTI_ERROR_NONE && request->instance != NULL ) { in createGlobalRefs()
140 if ( error == JVMTI_ERROR_NONE && argRefs!=NULL ) { in createGlobalRefs()
167 if ( error == JVMTI_ERROR_NONE && argIndex != request->argumentCount ) { in createGlobalRefs()
173 if ( error == JVMTI_ERROR_NONE ) { in createGlobalRefs()
191 return JVMTI_ERROR_NONE; in createGlobalRefs()
309 if (error != JVMTI_ERROR_NONE) { in fillInvokeRequest()
319 if (error != JVMTI_ERROR_NONE) { in fillInvokeRequest()
326 return JVMTI_ERROR_NONE; in fillInvokeRequest()
[all …]
DStackFrameImpl.c40 if ( error == JVMTI_ERROR_NONE ) { in validateThreadFrame()
66 if (error != JVMTI_ERROR_NONE) { in writeVariableValue()
379 if (error == JVMTI_ERROR_NONE) { in thisObject()
384 if (error == JVMTI_ERROR_NONE) { in thisObject()
401 if (error == JVMTI_ERROR_NONE) { in thisObject()
454 if (error != JVMTI_ERROR_NONE) { in popFrames()
DcommonRef.c109 if (error != JVMTI_ERROR_NONE) { in getLocalRef()
177 if ( error != JVMTI_ERROR_NONE ) { in createNode()
285 if ( error == JVMTI_ERROR_NONE ) { in findNodeByRef()
564 error = JVMTI_ERROR_NONE; in commonRef_pin()
598 error = JVMTI_ERROR_NONE; in commonRef_unpin()
DClassLoaderReferenceImpl.c50 if (error != JVMTI_ERROR_NONE) { in visibleClasses()
DEventRequestImpl.c330 if (error != JVMTI_ERROR_NONE) { in clearCommand()
343 if (error != JVMTI_ERROR_NONE) { in clearAllBreakpoints()
DstandardHandlers.c108 if (error != JVMTI_ERROR_NONE) { in handleFrameEvent()
DThreadGroupReferenceImpl.c111 if (error != JVMTI_ERROR_NONE) { in children()
DDDMImpl.c124 if (error != JVMTI_ERROR_NONE) { in chunk()
Dtransport.c326 EXIT_ERROR(JVMTI_ERROR_NONE, "could not connect, timeout or fatal error"); in acceptThread()
495 if (error != JVMTI_ERROR_NONE) { in transport_startTransport()
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
Dagent.cc104 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
113 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
120 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
124 return JVMTI_ERROR_NONE; in Agent_OnAttach()
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc607 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
616 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
622 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
626 return JVMTI_ERROR_NONE; in Agent_OnAttach()
676 if (error != JVMTI_ERROR_NONE) { in Java_com_android_dx_mockito_inline_StaticJvmtiAgent_nativeRetransformClasses()
707 if (error != JVMTI_ERROR_NONE) { in InspectClass()
738 if (error != JVMTI_ERROR_NONE) { \
827 if (error != JVMTI_ERROR_NONE) { in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
Dagent.cc808 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
817 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
823 if (error != JVMTI_ERROR_NONE) { in Agent_OnAttach()
827 return JVMTI_ERROR_NONE; in Agent_OnAttach()
877 if (error != JVMTI_ERROR_NONE) { in Java_com_android_dx_mockito_inline_JvmtiAgent_nativeRetransformClasses()
890 if (error != JVMTI_ERROR_NONE) { in Java_com_android_dx_mockito_inline_JvmtiAgent_nativeAppendToBootstrapClassLoaderSearch()

12