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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITArithmetic.cpp238 emitGetVirtualRegisters(op1, regT0, op2, regT2);
278 emitGetVirtualRegisters(op1, regT0, op2, regT2);
357 emitGetVirtualRegisters(op1, regT0, op2, regT1);
463 emitGetVirtualRegisters(op1, regT0, op2, regT1);
600 emitGetVirtualRegisters(op1, regT0, op2, regT1);
695 emitGetVirtualRegisters(op1, regT3, op2, regT2);
755 emitGetVirtualRegisters(op1, regT0, op2, regT1);
H A DJITOpcodes.cpp455 emitGetVirtualRegisters(currentInstruction[2].u.operand, regT0, currentInstruction[3].u.operand, regT1);
478 emitGetVirtualRegisters(currentInstruction[2].u.operand, regT0, currentInstruction[3].u.operand, regT1);
489 emitGetVirtualRegisters(currentInstruction[2].u.operand, regT0, currentInstruction[3].u.operand, regT1);
498 emitGetVirtualRegisters(currentInstruction[2].u.operand, regT0, currentInstruction[3].u.operand, regT1);
644 emitGetVirtualRegisters(src1, regT0, src2, regT1);
1227 emitGetVirtualRegisters(base, regT0, value, regT1);
1236 emitGetVirtualRegisters(base, regT0, value, regT1);
H A DJITPropertyAccess.cpp103 emitGetVirtualRegisters(base, regT0, property, regT1);
281 emitGetVirtualRegisters(base, regT0, iter, regT1);
322 emitGetVirtualRegisters(base, regT0, property, regT1);
605 emitGetVirtualRegisters(baseVReg, regT0, valueVReg, regT1);
H A DJITInlines.h770 ALWAYS_INLINE void JIT::emitGetVirtualRegisters(int src1, RegisterID dst1, int src2, RegisterID dst2) function in class:JSC::JIT
H A DJIT.h589 void emitGetVirtualRegisters(int src1, RegisterID dst1, int src2, RegisterID dst2);

Completed in 192 milliseconds