Home
last modified time | relevance | path

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

/external/v8/src/third_party/vtune/
Djitprofiling.cc99 typedef unsigned int(*TPNotify)(unsigned int, void*); typedef
100 static TPNotify FUNC_NotifyEvent=NULL;
389 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
391 …FUNC_NotifyEvent = reinterpret_cast<TPNotify>(reinterpret_cast<intptr_t>(dlsym(m_libHandle, "Notif… in loadiJIT_Funcs()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c61 typedef unsigned int(*TPNotify)(unsigned int, void*); typedef
62 static TPNotify FUNC_NotifyEvent=NULL;
373 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
375 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()