Home
last modified time | relevance | path

Searched refs:jvmtiError (Results 1 – 25 of 41) sorted by relevance

12

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h388 } jvmtiError; typedef
510 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
642 jvmtiError* errors;
1008 jvmtiError (JNICALL *SetEventNotificationMode) (jvmtiEnv* env,
1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env,
1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
1027 jvmtiError (JNICALL *ResumeThread) (jvmtiEnv* env,
1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,
1040 jvmtiError (JNICALL *GetThreadInfo) (jvmtiEnv* env,
[all …]
/external/oj-libjdwp/src/share/back/
DeventFilter.h33 jvmtiError eventFilter_setConditionalFilter(HandlerNode *node,
35 jvmtiError eventFilter_setCountFilter(HandlerNode *node,
37 jvmtiError eventFilter_setThreadOnlyFilter(HandlerNode *node,
39 jvmtiError eventFilter_setLocationOnlyFilter(HandlerNode *node,
44 jvmtiError eventFilter_setFieldOnlyFilter(HandlerNode *node,
48 jvmtiError eventFilter_setClassOnlyFilter(HandlerNode *node,
51 jvmtiError eventFilter_setExceptionOnlyFilter(HandlerNode *node,
56 jvmtiError eventFilter_setInstanceOnlyFilter(HandlerNode *node,
59 jvmtiError eventFilter_setClassMatchFilter(HandlerNode *node,
62 jvmtiError eventFilter_setClassExcludeFilter(HandlerNode *node,
[all …]
DthreadControl.h41 jvmtiError threadControl_popFrames(jthread thread, FrameNumber fnum);
48 jvmtiError threadControl_suspendThread(jthread thread, jboolean deferred);
49 jvmtiError threadControl_resumeThread(jthread thread, jboolean do_unblock);
50 jvmtiError threadControl_suspendCount(jthread thread, jint *count);
52 jvmtiError threadControl_suspendAll(void);
53 jvmtiError threadControl_resumeAll(void);
59 jvmtiError threadControl_addDebugThread(jthread thread);
61 jvmtiError threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *s…
62 jvmtiError threadControl_interrupt(jthread thread);
63 jvmtiError threadControl_stop(jthread thread, jobject throwable);
[all …]
Dutil.h85 typedef jvmtiError (*DdmProcessChunk)(jvmtiEnv* jvmti,
92 typedef jvmtiError (*RawMonitorEnterNoSuspend)(jvmtiEnv* env, jrawMonitorID mon);
200 #define _AGENT_ERROR(x) ((jvmtiError)(JVMTI_ERROR_MAX+64+x))
335 jvmtiError spawnNewThread(jvmtiStartFunction func, void *arg, char *name);
340 jvmtiError classInstances(jclass klass, ObjectBatch *instances, int maxInstances);
341 jvmtiError classInstanceCounts(jint classCount, jclass *classes, jlong *counts);
342 jvmtiError objectReferrers(jobject obj, ObjectBatch *referrers, int maxObjects);
359 jvmtiError fieldSignature(jclass, jfieldID, char **, char **, char **);
360 jvmtiError fieldModifiers(jclass, jfieldID, jint *);
361 jvmtiError methodSignature(jmethodID, char **, char **, char **);
[all …]
DthreadControl.c112 static jvmtiError threadControl_removeDebugThread(jthread thread);
144 jvmtiError error; in getStackDepth()
155 static jvmtiError
167 jvmtiError error; in setThreadLocalStorage()
184 jvmtiError error; in getThreadLocalStorage()
414 typedef jvmtiError (*ThreadEnumerateFunction)(JNIEnv *, ThreadNode *, void *);
416 static jvmtiError
421 jvmtiError error = JVMTI_ERROR_NONE; in enumerateOverThreadList()
456 static jvmtiError
491 static jvmtiError
[all …]
Dutil.c45 static jvmtiError (JNICALL *ext_RawMonitorEnterNoSuspend) (jvmtiEnv* env, jrawMonitorID monitor);
46 static jvmtiError (JNICALL *ext_RawMonitorExitNoSuspend) (jvmtiEnv* env, jrawMonitorID monitor);
194 jvmtiError error; in util_initialize()
358 jvmtiError error; in writeFieldValue()
433 jvmtiError error; in writeStaticFieldValue()
550 jvmtiError error; in sharedInvoke()
697 jvmtiError
700 jvmtiError error; in fieldModifiers()
711 jvmtiError
714 jvmtiError error; in methodModifiers()
[all …]
DeventFilter.c182 static jvmtiError
187 jvmtiError error = JVMTI_ERROR_NONE; in clearFilters()
281 jvmtiError err = in isVersionGte12x()
306 jvmtiError error; in eventInstance()
527 jvmtiError error = JVMTI_FUNC_PTR(gdata->jvmti,GetSourceFileName) in eventFilterRestricted_passesFilter()
701 jvmtiError
714 jvmtiError
731 jvmtiError
751 jvmtiError
779 jvmtiError
[all …]
DstepControl.c39 jvmtiError error; in getFrameCount()
64 jvmtiError error; in enableStepping()
78 jvmtiError error; in disableStepping()
89 static jvmtiError
93 jvmtiError error; in getFrameLocation()
112 jvmtiError error; in getLineNumberTable()
165 static jvmtiError
168 jvmtiError error; in initState()
488 jvmtiError error; in completeStep()
519 jvmtiError error; in stepControl_handleStep()
[all …]
DReferenceTypeImpl.c37 jvmtiError error; in signature()
63 jvmtiError error; in signatureWithGeneric()
91 jvmtiError error; in getClassLoader()
116 jvmtiError error; in modifiers()
143 jvmtiError error; in writeMethodInfo()
189 jvmtiError error; in methods1()
250 jvmtiError error; in instances()
287 jvmtiError error; in getClassVersion()
314 jvmtiError error; in getConstantPool()
354 jvmtiError error; in writeFieldInfo()
[all …]
DeventHandler.h52 jvmtiError eventHandler_installExternal(HandlerNode *node);
66 jvmtiError eventHandler_freeAll(EventIndex ei);
67 jvmtiError eventHandler_freeByID(EventIndex ei, HandlerID handlerID);
68 jvmtiError eventHandler_free(HandlerNode *node);
DThreadReferenceImpl.c55 jvmtiError error; in name()
79 jvmtiError error; in suspend()
101 jvmtiError error; in resume()
127 jvmtiError error; in status()
172 jvmtiError error; in threadGroup()
196 jvmtiError error; in validateSuspendedThread()
216 jvmtiError error; in frames()
317 jvmtiError error; in getFrameCount()
370 jvmtiError error; in ownedMonitors()
420 jvmtiError error; in currentContendedMonitor()
[all …]
DeventHandler.c176 static jvmtiError freeHandler(HandlerNode *node);
178 static jvmtiError freeHandlerChain(HandlerChain *chain);
331 jvmtiError error; in deferEventReport()
733 jvmtiError error; in getMethodClass()
1088 jvmtiError error; in cbMonitorContendedEnter()
1121 jvmtiError error; in cbMonitorContendedEntered()
1155 jvmtiError error; in cbMonitorWait()
1197 jvmtiError error; in cbMonitorWaited()
1254 jvmtiError error; in cbVMDeath()
1330 static jvmtiError
[all …]
Derror_messages.h41 const char * jvmtiErrorText(jvmtiError);
54 jvmtiErrorText((jvmtiError)error), error, (msg==NULL?"":msg), \
56 debugInit_exit((jvmtiError)error, msg); \
DObjectReferenceImpl.c69 static jvmtiError
74 jvmtiError error; in readFieldValue()
137 jvmtiError error; in setValues()
210 jvmtiError error; in monitorInfo()
246 jvmtiError error; in disableCollection()
264 jvmtiError error; in enableCollection()
332 jvmtiError error; in referringObjects()
DeventFilterRestricted.h36 jvmtiError eventFilterRestricted_install(HandlerNode *node);
38 jvmtiError eventFilterRestricted_deinstall(HandlerNode *node);
DcommonRef.c107 jvmtiError error = JVMTI_FUNC_PTR(gdata->jvmti,GetObjectsWithTags) in getLocalRef()
159 jvmtiError error; in createNode()
280 jvmtiError error; in findNodeByRef()
559 jvmtiError
562 jvmtiError error; in commonRef_pin()
593 jvmtiError
596 jvmtiError error; in commonRef_unpin()
DcommonRef.h35 jvmtiError commonRef_pin(jlong id);
36 jvmtiError commonRef_unpin(jlong id);
DVirtualMachineImpl.c125 jvmtiError error; in classesForSignature()
214 jvmtiError error; in allClasses1()
253 jvmtiError error; in allClasses1()
353 jvmtiError error; in instanceCounts()
441 jvmtiError error; in redefineClasses()
539 jvmtiError error; in topLevelThreadGroups()
584 jvmtiError error; in suspend()
600 jvmtiError error; in resume()
684 jvmtiError error; in capabilities()
710 jvmtiError error; in capabilitiesNew()
DstepControl.h60 jvmtiError stepControl_beginStep(JNIEnv *env, jthread thread,
62 jvmtiError stepControl_endStep(jthread thread);
DclassTrack.c206 jvmtiError error; in classTrack_addPreparedClass()
248 jvmtiError error = JVMTI_FUNC_PTR(trackingEnv,AddCapabilities)(trackingEnv, &caps); in setupEvents()
293 jvmtiError error; in classTrack_initialize()
DMethodImpl.c34 jvmtiError error; in lineTable()
97 jvmtiError error; in doVariableTable()
177 jvmtiError error; in bytecodes()
DdebugInit.c138 static jvmtiError
141 jvmtiError error; in set_event_notification()
213 jvmtiError error; in find_extension_functions()
256 jvmtiError error; in Agent_OnLoad()
539 jvmtiError error; in disposeEnvironment()
572 jvmtiError error; in cbEarlyException()
722 jniFatalError(JNIEnv *env, const char *msg, jvmtiError error, int exit_code) in jniFatalError()
759 jvmtiError error; in initialize()
1402 debugInit_exit(jvmtiError error, const char *msg) in debugInit_exit()
1454 jvmtiError error = JVM_FUNC_PTR(vm,GetEnv) in doInitializeOnAttach()
DArrayTypeImpl.c47 jvmtiError error; in getComponentClass()
65 jvmtiError error; in getComponentClass()
212 jvmtiError error; in newInstance()
DStackFrameImpl.c36 jvmtiError error; in validateThreadFrame()
56 jvmtiError error; in writeVariableValue()
149 jvmtiError error; in readVariableValue()
368 jvmtiError error; in thisObject()
422 jvmtiError error; in popFrames()
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
Dagent.cc103 jvmtiError error = localJvmtiEnv->AddCapabilities(&caps); in Agent_OnAttach()
141 jvmtiError error = localJvmtiEnv->RetransformClasses(numTransformedClasses, in Java_com_android_dx_mockito_inline_tests_MultipleJvmtiAgentsInterference_nativeRetransformClasses()

12