Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Dtransform.cc88 ArtJvmtiEvent::kStructuralDexFileLoadHook>(EventHandler* event_handler,
98 kEvent == ArtJvmtiEvent::kStructuralDexFileLoadHook, in CallClassFileLoadHooksSingleClass()
142 CallClassFileLoadHooksSingleClass<ArtJvmtiEvent::kStructuralDexFileLoadHook>( in CallClassFileLoadHooks()
H A Devents-inl.h128 fn(StructuralDexFileLoadHook, ArtJvmtiEvent::kStructuralDexFileLoadHook)
222 kEvent == ArtJvmtiEvent::kStructuralDexFileLoadHook, "Unsupported event"); in DispatchClassFileLoadHookEvent()
597 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kStructuralDexFileLoadHook>(
608 return DispatchClassFileLoadHookEvent<ArtJvmtiEvent::kStructuralDexFileLoadHook>(
H A Devents.h82 kStructuralDexFileLoadHook = JVMTI_MAX_EVENT_TYPE_VAL + 4, enumerator
83 kMaxNormalEventTypeVal = kStructuralDexFileLoadHook,
H A Dti_class_definition.h84 if (event == ArtJvmtiEvent::kStructuralDexFileLoadHook) { in SetNewDexData()
H A Devents.cc103 case static_cast<jint>(ArtJvmtiEvent::kStructuralDexFileLoadHook): in Set()
122 case ArtJvmtiEvent::kStructuralDexFileLoadHook: in IsExtensionEvent()
1165 case ArtJvmtiEvent::kStructuralDexFileLoadHook: in GetDeoptRequirement()
H A Dti_extension.cc675 ArtJvmtiEvent::kStructuralDexFileLoadHook, in GetExtensionEvents()
H A Dti_class.cc206 Transformer::CallClassFileLoadHooksSingleClass<ArtJvmtiEvent::kStructuralDexFileLoadHook>( in ClassPreDefine()