HomeSort by relevance Sort by last modified time
    Searched refs:kNativeMethodBind (Results 1 - 4 of 4) sorted by null

  /art/runtime/openjdkjvmti/
events-inl.h 66 fn(NativeMethodBind, ArtJvmtiEvent::kNativeMethodBind) \
315 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
323 if (env != nullptr && ShouldDispatch<ArtJvmtiEvent::kNativeMethodBind>(env, thread)) {
324 auto callback = impl::GetCallback<ArtJvmtiEvent::kNativeMethodBind>(env);
ti_method.cc 56 if (event_handler->IsEventEnabledAnywhere(ArtJvmtiEvent::kNativeMethodBind)) {
63 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(
events.h 55 kNativeMethodBind = JVMTI_EVENT_NATIVE_METHOD_BIND,
events.cc 689 case ArtJvmtiEvent::kNativeMethodBind:

Completed in 75 milliseconds