Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.h136 StructuralDexFileLoadHook(nullptr) { in ArtJvmtiEventCallbacks()
148 ArtJvmtiEventStructuralDexFileLoadHook StructuralDexFileLoadHook; member
Devents-inl.h128 fn(StructuralDexFileLoadHook, ArtJvmtiEvent::kStructuralDexFileLoadHook)
Devents.cc105 StructuralDexFileLoadHook = reinterpret_cast<ArtJvmtiEventStructuralDexFileLoadHook>(cb); in Set()