Searched refs:SetNativeMethodPrefix (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1392 jvmtiError (JNICALL *SetNativeMethodPrefix) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2345 jvmtiError SetNativeMethodPrefix(const char* prefix) { function in struct:_jvmtiEnv
2346 return functions->SetNativeMethodPrefix(this, prefix);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp336 JvmtiEnv::SetNativeMethodPrefix(const char* prefix) { function in class:JvmtiEnv
340 } /* end SetNativeMethodPrefix */

Completed in 123 milliseconds