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

  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 62 static TPNotify FUNC_NotifyEvent=NULL;
139 if (!FUNC_NotifyEvent)
238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
294 FUNC_NotifyEvent = NULL;
373 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent");
375 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent");
377 if (!FUNC_NotifyEvent)
390 FUNC_NotifyEvent = NULL;
  /external/v8/src/third_party/vtune/
jitprofiling.cc 100 static TPNotify FUNC_NotifyEvent=NULL;
176 if (!FUNC_NotifyEvent)
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
315 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")));
393 if (!FUNC_NotifyEvent)
406 FUNC_NotifyEvent = NULL;

Completed in 172 milliseconds