Searched refs:JIT (Results 76 - 100 of 183) sorted by relevance

12345678

/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntThunks.cpp44 #if ENABLE(JIT)
92 #else // ENABLE(JIT)
94 // Non-JIT (i.e. C Loop LLINT) case:
108 #endif // ENABLE(JIT)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DTestRunnerUtils.cpp88 #if ENABLE(JIT)
H A DVM.h319 #if ENABLE(JIT)
341 #if ENABLE(JIT)
350 #endif // ENABLE(JIT)
394 #if !ENABLE(JIT)
527 #if ENABLE(JIT)
538 #if !ENABLE(JIT)
580 #if ENABLE(JIT)
H A DGetterSetter.h38 friend class JIT;
H A DStructureChain.h44 friend class JIT;
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPlatform.h639 /* The JIT is enabled by default on all x86, x86-64, ARM & MIPS platforms except ARMv7k and Windows. */
652 #if PLATFORM(GTK) && HAVE(LLVM) && ENABLE(JIT) && !defined(ENABLE_FTL_JIT) && CPU(X86_64)
677 #if !defined(WTF_USE_UDIS86) && ENABLE(JIT) && ((OS(DARWIN) && !PLATFORM(EFL) && !PLATFORM(GTK)) || (OS(LINUX) && (PLATFORM(EFL) || PLATFORM(GTK)))) \
686 #if !defined(WTF_USE_ARM64_DISASSEMBLER) && ENABLE(JIT) && PLATFORM(IOS) && CPU(ARM64) && !USE(LLVM_DISASSEMBLER)
690 #if !defined(WTF_USE_ARMV7_DISASSEMBLER) && ENABLE(JIT) && (PLATFORM(IOS) || PLATFORM(GTK)) && CPU(ARM_THUMB2)
698 #if !defined(ENABLE_DFG_JIT) && ENABLE(JIT)
699 /* Enable the DFG JIT on X86 and X86_64. */
703 /* Enable the DFG JIT on ARMv7. Only tested on iOS and Qt/GTK+ Linux. */
707 /* Enable the DFG JIT on ARM, MIPS and SH4. */
713 /* Concurrent JIT onl
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h95 friend class JIT;
200 #if ENABLE(JIT)
220 #endif // ENABLE(JIT)
224 #if ENABLE(JIT)
233 #endif // ENABLE(JIT)
298 #if ENABLE(JIT)
407 #if ENABLE(JIT)
764 // that was optimized with a higher tier JIT than this one). In the
780 #if ENABLE(JIT)
866 #else // No JIT
[all...]
H A DByValInfo.h29 #if ENABLE(JIT)
174 JITArrayMode arrayMode; // The array mode that was baked into the inline JIT code.
188 #endif // ENABLE(JIT)
H A DCallLinkStatus.h82 #if ENABLE(JIT)
H A DGetByIdStatus.h96 #if ENABLE(JIT)
H A DOpcode.h62 #if !ENABLE(JIT)
H A DPolymorphicAccessStructureList.h37 // *Sigh*, If the JIT is enabled we need to track the stubRountine (of type CodeLocationLabel),
38 // If the JIT is not in use we don't actually need the variable (that said, if the JIT is not in use we don't
42 #if ENABLE(JIT)
107 #endif // ENABLE(JIT)
H A DPolymorphicGetByIdList.h29 #if ENABLE(JIT)
133 #endif // ENABLE(JIT)
H A DPutByIdStatus.h96 #if ENABLE(JIT)
H A DValueRecovery.cpp63 #if ENABLE(JIT)
132 #endif // ENABLE(JIT)
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITCode.cpp163 #if ENABLE(JIT)
180 #if ENABLE(JIT)
H A DJITDisassembler.h29 #if ENABLE(JIT)
91 #endif // ENABLE(JIT)
H A DJITInlineCacheGenerator.h29 #if ENABLE(JIT)
124 #endif // ENABLE(JIT)
H A DReg.h29 #if ENABLE(JIT)
173 #endif // ENABLE(JIT)
H A DThunkGenerators.h33 #if ENABLE(JIT)
134 #endif // ENABLE(JIT)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml24 (* Create the JIT. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml24 (* Create the JIT. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml24 (* Create the JIT. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml25 (* Create the JIT. *)
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DGenLibDeps.pl104 $libpath =~ s/^JIT/ExecutionEngine\/JIT/;
145 $libpath =~ s/^JIT/ExecutionEngine\/JIT/;

Completed in 122 milliseconds

12345678