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

/prebuilts/jdk/jdk8/darwin-x86/include/
H A Djvmti.h1287 jvmtiError (JNICALL *GetImplementedInterfaces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2184 jvmtiError GetImplementedInterfaces(jclass klass, function in struct:_jvmtiEnv
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);
/prebuilts/jdk/jdk8/linux-x86/include/
H A Djvmti.h1287 jvmtiError (JNICALL *GetImplementedInterfaces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2184 jvmtiError GetImplementedInterfaces(jclass klass, function in struct:_jvmtiEnv
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1296 jvmtiError (JNICALL *GetImplementedInterfaces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2252 jvmtiError GetImplementedInterfaces(jclass klass, function in struct:_jvmtiEnv
2255 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1296 jvmtiError (JNICALL *GetImplementedInterfaces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2252 jvmtiError GetImplementedInterfaces(jclass klass, function in struct:_jvmtiEnv
2255 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);

Completed in 40 milliseconds