Home
last modified time | relevance | path

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

/external/v8/src/third_party/vtune/
Djitprofiling.cc100 static TPNotify FUNC_NotifyEvent=NULL; variable
176 if (!FUNC_NotifyEvent) in iJIT_NotifyEvent()
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
315 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
389 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
391FUNC_NotifyEvent = reinterpret_cast<TPNotify>(reinterpret_cast<intptr_t>(dlsym(m_libHandle, "Notif… in loadiJIT_Funcs()
393 if (!FUNC_NotifyEvent) in loadiJIT_Funcs()
406 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c62 static TPNotify FUNC_NotifyEvent=NULL; variable
139 if (!FUNC_NotifyEvent) in iJIT_NotifyEvent()
238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
294 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
373 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
375 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
377 if (!FUNC_NotifyEvent) in loadiJIT_Funcs()
390 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()