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

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

Completed in 187 milliseconds