Searched refs:SetNativeMethodPrefix (Results 1 – 2 of 2) sorted by relevance
1392 jvmtiError (JNICALL *SetNativeMethodPrefix) (jvmtiEnv* env,2345 jvmtiError SetNativeMethodPrefix(const char* prefix) { in SetNativeMethodPrefix() function2346 return functions->SetNativeMethodPrefix(this, prefix); in SetNativeMethodPrefix()
935 static jvmtiError SetNativeMethodPrefix(jvmtiEnv* env, const char* prefix ATTRIBUTE_UNUSED) { in SetNativeMethodPrefix() function in openjdkjvmti::JvmtiFunctions1630 JvmtiFunctions::SetNativeMethodPrefix,