Searched defs:jvmtiError (Results 1 - 1 of 1) sorted by relevance

/art/openjdkjvmti/include/
H A Djvmti.h388 } jvmtiError; typedef in typeref:enum:__anon69
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 (JNICAL
[all...]

Completed in 65 milliseconds