Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A DIntelJITEventsWrapper.h54 : NotifyEventFunc(::iJIT_NotifyEvent), IttnotifyInfoFunc(0), in IntelJITEventsWrapper()
73 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent() function
H A Djitprofiling.h240 int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData);
H A Djitprofiling.c112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp78 JITEventWrapper::Wrapper->iJIT_NotifyEvent( in registerJITLoaderVTuneRegisterImpl()
88 JITEventWrapper::Wrapper->iJIT_NotifyEvent( in registerJITLoaderVTuneUnregisterImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp323 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded()
371 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, in notifyFreeingObject()