Searched refs:AddToDexClassLoaderInMemory (Results 1 – 4 of 4) sorted by relevance
29 using AddToDexClassLoaderInMemory = jvmtiError (*)(jvmtiEnv* env, typedef48 AddToDexClassLoaderInMemory GetAddFunction(JNIEnv* env) { in GetAddFunction()55 AddToDexClassLoaderInMemory result = nullptr; in GetAddFunction()60 result = reinterpret_cast<AddToDexClassLoaderInMemory>(cur_info->func); in GetAddFunction()75 AddToDexClassLoaderInMemory add_func = GetAddFunction(env); in Java_art_Test1963_addToClassLoaderNative()
51 static jvmtiError AddToDexClassLoaderInMemory(jvmtiEnv* env,
258 jvmtiError SearchUtil::AddToDexClassLoaderInMemory(jvmtiEnv* jvmti_env, in AddToDexClassLoaderInMemory() function in openjdkjvmti::SearchUtil
357 reinterpret_cast<jvmtiExtensionFunction>(SearchUtil::AddToDexClassLoaderInMemory), in GetExtensionFunctions()