Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents-inl.h126 struct EventFnType { struct
131 struct EventFnType<enum_name> { \
142 using EventFnType = typename impl::EventFnType<enum_name>::type; \
169 static_assert(std::is_same<EventFnType, void(*)(jvmtiEnv*, Args...)>::value, \
176 EventFnType fn_; \
522 static_assert(std::is_same<typename impl::EventFnType<kEvent>::type, in ShouldDispatch()