OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTSIDE_JIT
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
softmmu_outside_jit.c
27
#define
OUTSIDE_JIT
softmmu_outside_jit.h
32
// softmmu_header.h by defining
OUTSIDE_JIT
macro.
45
#define
OUTSIDE_JIT
92
#undef
OUTSIDE_JIT
softmmu_header.h
43
#if defined(
OUTSIDE_JIT
)
49
#else //
OUTSIDE_JIT
51
#endif //
OUTSIDE_JIT
softmmu_template.h
51
#if defined(CONFIG_MEMCHECK) && !defined(
OUTSIDE_JIT
) && !defined(SOFTMMU_CODE_ACCESS)
58
* to instrument code that is used by emulator itself (
OUTSIDE_JIT
controls
63
#endif // CONFIG_MEMCHECK && !
OUTSIDE_JIT
&& !SOFTMMU_CODE_ACCESS
Completed in 146 milliseconds