OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUNC_NotifyEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/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;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c
61
static TPNotify
FUNC_NotifyEvent
=NULL;
138
if (!
FUNC_NotifyEvent
)
237
ReturnValue = (int)
FUNC_NotifyEvent
(event_type, EventSpecificData);
293
FUNC_NotifyEvent
= NULL;
372
FUNC_NotifyEvent
= (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent");
374
FUNC_NotifyEvent
= (TPNotify)dlsym(m_libHandle, "NotifyEvent");
376
if (!
FUNC_NotifyEvent
)
389
FUNC_NotifyEvent
= NULL;
Completed in 29 milliseconds