Lines Matching refs:jvmtiError

85 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 **);
362 jvmtiError methodReturnType(jmethodID, char *);
363 jvmtiError methodModifiers(jmethodID, jint *);
364 jvmtiError methodClass(jmethodID, jclass *);
365 jvmtiError methodLocation(jmethodID, jlocation*, jlocation*);
366 jvmtiError classLoader(jclass, jobject *);
382 jvmtiError jvmtiGetCapabilities(jvmtiCapabilities *caps);
386 jvmtiError getSourceDebugExtension(jclass clazz, char **extensionPtr);
412 jvmtiError classSignature(jclass, char**, char**);
417 jvmtiError isMethodSynthetic(jmethodID, jboolean*);
418 jvmtiError isFieldSynthetic(jclass, jfieldID, jboolean*);
424 jvmtiError allInterfaces(jclass clazz, jclass **ppinterfaces, jint *count);
425 jvmtiError allLoadedClasses(jclass **ppclasses, jint *count);
426 jvmtiError allClassLoaderClasses(jobject loader, jclass **ppclasses, jint *count);
427 jvmtiError allNestedClasses(jclass clazz, jclass **ppnested, jint *pcount);
440 jvmtiError map2jvmtiError(jdwpError);
441 jdwpError map2jdwpError(jvmtiError);