Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents-inl.h131 struct EventFnType { struct
136 struct EventFnType<enum_name> { \
147 using EventFnType = typename impl::EventFnType<enum_name>::type; \
174 static_assert(std::is_same<EventFnType, void(*)(jvmtiEnv*, Args...)>::value, \
181 EventFnType fn_; \
635 static_assert(std::is_same<typename impl::EventFnType<kEvent>::type, in ShouldDispatch()