Searched refs:V_JITOperation_EC (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLIntrinsicRepository.h91 macro(V_JITOperation_EC, functionType(voidType, intPtr, intPtr)) \
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.h148 typedef void JIT_OPERATION (*V_JITOperation_EC)(ExecState*, JSCell*); typedef
H A DJIT.h679 MacroAssembler::Call callOperation(V_JITOperation_EC, JSCell*);
703 MacroAssembler::Call callOperation(V_JITOperation_EC, RegisterID);
H A DJITInlines.h210 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(V_JITOperation_EC operation, JSCell* cell)
263 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(V_JITOperation_EC operation, RegisterID regOp)
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h1103 JITCompiler::Call callOperation(V_JITOperation_EC operation, GPRReg arg1)
1109 JITCompiler::Call callOperation(V_JITOperation_EC operation, JSCell* arg1)

Completed in 202 milliseconds