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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp338 SetNativeMethodPrefixes(0, NULL) :
339 SetNativeMethodPrefixes(1, (char**)&prefix);
346 JvmtiEnv::SetNativeMethodPrefixes(jint prefix_count, char** prefixes) { function in class:JvmtiEnv
356 } /* end SetNativeMethodPrefixes */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1396 jvmtiError (JNICALL *SetNativeMethodPrefixes) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2349 jvmtiError SetNativeMethodPrefixes(jint prefix_count, function in struct:_jvmtiEnv
2351 return functions->SetNativeMethodPrefixes(this, prefix_count, prefixes);

Completed in 196 milliseconds