Searched refs:GetMethodDeclaringClass (Results 1 - 4 of 4) sorted by relevance

/prebuilts/jdk/jdk8/darwin-x86/include/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);
/prebuilts/jdk/jdk8/linux-x86/include/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1360 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2354 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2356 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1360 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2354 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2356 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);

Completed in 63 milliseconds