Home
last modified time | relevance | path

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

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