Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.h110 using ArtJvmtiEventStructuralDexFileLoadHook = void (*)(jvmtiEnv *jvmti_env, variable
148 ArtJvmtiEventStructuralDexFileLoadHook StructuralDexFileLoadHook;
Devents.cc105 StructuralDexFileLoadHook = reinterpret_cast<ArtJvmtiEventStructuralDexFileLoadHook>(cb); in Set()