Home
last modified time | relevance | path

Searched refs:kNativeMethodBind (Results 1 – 4 of 4) sorted by relevance

/art/runtime/openjdkjvmti/
Devents-inl.h63 fn(NativeMethodBind, ArtJvmtiEvent::kNativeMethodBind) \
197 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
205 if (env != nullptr && ShouldDispatch<ArtJvmtiEvent::kNativeMethodBind>(env, thread)) {
206 auto callback = impl::GetCallback<ArtJvmtiEvent::kNativeMethodBind>(env);
Dti_method.cc56 if (event_handler->IsEventEnabledAnywhere(ArtJvmtiEvent::kNativeMethodBind)) { in RegisterNativeMethod()
63 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>( in RegisterNativeMethod()
Devents.h54 kNativeMethodBind = JVMTI_EVENT_NATIVE_METHOD_BIND, enumerator
Devents.cc355 case ArtJvmtiEvent::kNativeMethodBind: in HasAssociatedCapability()