OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iJIT_DLL_is_missing
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc
109
** on success: the functions loads,
iJIT_DLL_is_missing
=0, return value = 1.
110
** on failure: the functions are NULL,
iJIT_DLL_is_missing
=1, return value = 0.
115
static int
iJIT_DLL_is_missing
= 0;
178
if (
iJIT_DLL_is_missing
)
274
if (
iJIT_DLL_is_missing
|| !loadiJIT_Funcs())
288
if (!
iJIT_DLL_is_missing
)
297
** on success: all functions load,
iJIT_DLL_is_missing
= 0, return value = 1.
298
** on failure: all functions are NULL,
iJIT_DLL_is_missing
= 1, return value = 0.
314
iJIT_DLL_is_missing
= 1;
385
iJIT_DLL_is_missing
= 1; // don't try to initialize JIT agent the second tim
[
all
...]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c
70
* on success: the functions loads,
iJIT_DLL_is_missing
=0, return value = 1
71
* on failure: the functions are NULL,
iJIT_DLL_is_missing
=1, return value = 0
76
static int
iJIT_DLL_is_missing
= 0;
140
if (
iJIT_DLL_is_missing
)
248
if (
iJIT_DLL_is_missing
|| !loadiJIT_Funcs())
264
if (!
iJIT_DLL_is_missing
)
274
* on success: all functions load,
iJIT_DLL_is_missing
= 0, return value = 1
275
* on failure: all functions are NULL,
iJIT_DLL_is_missing
= 1, return value = 0
292
iJIT_DLL_is_missing
= 1;
365
iJIT_DLL_is_missing
= 1; /* don't try to initialize
[
all
...]
Completed in 61 milliseconds