Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:AddToSystemClassLoaderSearch

1474   static jvmtiError AddToSystemClassLoaderSearch(jvmtiEnv* env, const char* segment) {
1476 return SearchUtil::AddToSystemClassLoaderSearch(env, segment);
1896 JvmtiFunctions::AddToSystemClassLoaderSearch,