HomeSort by relevance Sort by last modified time
    Searched refs:TPNotify (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 99 typedef unsigned int(*TPNotify)(unsigned int, void*);
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")));
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 60 typedef unsigned int(*TPNotify)(unsigned int, void*);
61 static TPNotify FUNC_NotifyEvent=NULL;
372 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent");
374 FUNC_NotifyEvent = (TPNotify)dlsym(m_libHandle, "NotifyEvent");

Completed in 336 milliseconds