Home
last modified time | relevance | path

Searched refs:AddToDexClassLoaderInMemory (Results 1 – 4 of 4) sorted by relevance

/art/test/1963-add-to-dex-classloader-in-memory/
Dadd_to_loader.cc29 using AddToDexClassLoaderInMemory = jvmtiError (*)(jvmtiEnv* env, typedef
48 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()
/art/openjdkjvmti/
Dti_search.h51 static jvmtiError AddToDexClassLoaderInMemory(jvmtiEnv* env,
Dti_search.cc258 jvmtiError SearchUtil::AddToDexClassLoaderInMemory(jvmtiEnv* jvmti_env, in AddToDexClassLoaderInMemory() function in openjdkjvmti::SearchUtil
Dti_extension.cc357 reinterpret_cast<jvmtiExtensionFunction>(SearchUtil::AddToDexClassLoaderInMemory), in GetExtensionFunctions()