Searched refs:SetNativeMethodPrefix (Results 1 – 1 of 1) 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()