Searched refs:JIT (Results 1 - 25 of 183) sorted by relevance

12345678

/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntCLoop.cpp29 #if !ENABLE(JIT)
44 #endif // !ENABLE(JIT)
H A DLLIntOpcode.h29 #if !ENABLE(JIT)
34 #else // ENABLE(JIT)
37 // Nothing to do here. Use the JIT impl instead.
39 #endif // !ENABLE(JIT)
H A DLowLevelInterpreter.h31 #if !ENABLE(JIT)
48 #endif // !ENABLE(JIT)
H A DLLIntCLoop.h29 #if !ENABLE(JIT)
49 #endif // !ENABLE(JIT)
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DSlowPathCall.h32 #if ENABLE(JIT)
38 JITSlowPathCall(JIT* jit, Instruction* pc, SlowPathReturnType (SLOW_PATH *stub)(ExecState* exec, Instruction* pc))
45 JIT::Call call()
54 m_jit->push(JIT::TrustedImm32(JIT::TrustedImmPtr(m_pc)));
55 m_jit->push(JIT::callFrameRegister);
58 m_jit->move(MacroAssembler::stackPointerRegister, JIT::argumentGPR0);
59 m_jit->move(JIT::callFrameRegister, JIT::argumentGPR1);
60 m_jit->move(JIT
[all...]
H A DJITOperationsMSVC64.cpp28 #if !ENABLE(JIT) && COMPILER(MSVC) && CPU(X86_64)
37 // is built unconditionally even when the JIT is disable, and it references this function.
46 #endif // !ENABLE(JIT) && COMPILER(MSVC) && CPU(X86_64)
H A DJITStubRoutine.cpp29 #if ENABLE(JIT)
52 #endif // ENABLE(JIT)
H A DThunkGenerator.h29 #if ENABLE(JIT)
39 #endif // ENABLE(JIT)
H A DReg.cpp29 #if ENABLE(JIT)
48 #endif // ENABLE(JIT)
H A DRegisterPreservationWrapperGenerator.h29 #if ENABLE(JIT)
48 #endif // ENABLE(JIT)
H A DJITInlines.h29 #if ENABLE(JIT)
35 ALWAYS_INLINE bool JIT::isOperandConstantImmediateDouble(int src)
40 ALWAYS_INLINE JSValue JIT::getConstantOperand(int src)
46 ALWAYS_INLINE void JIT::emitPutIntToCallFrameHeader(RegisterID from, JSStack::CallFrameHeaderEntry entry)
56 ALWAYS_INLINE void JIT::emitGetFromCallFrameHeaderPtr(JSStack::CallFrameHeaderEntry entry, RegisterID to, RegisterID from)
61 ALWAYS_INLINE void JIT::emitGetFromCallFrameHeader32(JSStack::CallFrameHeaderEntry entry, RegisterID to, RegisterID from)
67 ALWAYS_INLINE void JIT::emitGetFromCallFrameHeader64(JSStack::CallFrameHeaderEntry entry, RegisterID to, RegisterID from)
73 ALWAYS_INLINE void JIT::emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures)
92 ALWAYS_INLINE JIT::Call JIT
[all...]
H A DJITStubs.cpp34 #if ENABLE(JIT)
54 #error "JIT not supported on this platform."
57 #endif // ENABLE(JIT)
H A DAccessorCallJITStubRoutine.cpp29 #if ENABLE(JIT)
54 #endif // ENABLE(JIT)
H A DAccessorCallJITStubRoutine.h29 #if ENABLE(JIT)
37 // JIT stub routine for use by JavaScript accessors. These will be making a JS
55 #endif // ENABLE(JIT)
H A DHostCallReturnValue.h32 #if ENABLE(JIT)
62 #endif // ENABLE(JIT)
H A DJITStubs.h37 #if ENABLE(JIT)
53 #endif // ENABLE(JIT)
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DAbstractPC.h47 #if ENABLE(JIT)
50 , m_mode(JIT)
54 bool hasJITReturnAddress() const { return m_mode == JIT; }
68 enum Mode { None, JIT, Interpreter }; enumerator in enum:JSC::AbstractPC::Mode
H A DAbstractPC.cpp41 #if ENABLE(JIT)
44 m_mode = JIT;
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DHandlerInfo.h38 #if ENABLE(JIT)
H A DJumpTable.h42 #if ENABLE(JIT)
50 #if ENABLE(JIT)
63 #if ENABLE(JIT)
84 #if ENABLE(JIT)
96 #if ENABLE(JIT)
114 #if ENABLE(JIT)
H A DCallReturnOffsetToBytecodeOffset.h31 #if ENABLE(JIT)
33 // (given as an offset in bytes into the JIT code) back to
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-rtdyld/
H A DMakefile12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/
H A DMakefile13 PARALLEL_DIRS = JIT
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DErrorHandlingScope.cpp41 #if !ENABLE(JIT)
50 #if !ENABLE(JIT)
H A DMemoryStatistics.cpp40 #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) || (PLATFORM(EFL) && ENABLE(JIT))

Completed in 278 milliseconds

12345678