Searched refs:kNativeMethodBind (Results 1 – 4 of 4) sorted by relevance
63 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);
56 if (event_handler->IsEventEnabledAnywhere(ArtJvmtiEvent::kNativeMethodBind)) { in RegisterNativeMethod()63 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>( in RegisterNativeMethod()
54 kNativeMethodBind = JVMTI_EVENT_NATIVE_METHOD_BIND, enumerator
355 case ArtJvmtiEvent::kNativeMethodBind: in HasAssociatedCapability()