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

/art/openjdkjvmti/include/
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);
/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc959 static jvmtiError SetNativeMethodPrefixes(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
1653 JvmtiFunctions::SetNativeMethodPrefixes,

Completed in 1043 milliseconds