Searched defs:op2IsInRegisters (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp1010 void JIT::emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes types, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters, bool op2IsInRegisters) argument
1024 if (!op2IsInRegisters)
1090 ASSERT(op2IsInRegisters);

Completed in 48 milliseconds