Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/jni/
Dredefine.cpp120 unsigned char* jvmti_dex_data; in CommonClassFileLoadHookRetransformable() local
121 if (JVMTI_ERROR_NONE == local_jvmti_env->Allocate(dex_data.size(), &jvmti_dex_data)) { in CommonClassFileLoadHookRetransformable()
122 memcpy(jvmti_dex_data, dex_data.data(), dex_data.size()); in CommonClassFileLoadHookRetransformable()
124 *new_class_data = jvmti_dex_data; in CommonClassFileLoadHookRetransformable()