Home
last modified time | relevance | path

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

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