• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/JavaScriptCore-7600.1.17/jit/

Lines Matching refs:dst

55     int dst = currentInstruction[1].u.operand;
59 emitPutVirtualRegister(dst);
64 int dst = currentInstruction[1].u.operand;
69 emitPutVirtualRegister(dst);
104 int dst = currentInstruction[1].u.operand;
107 emitStoreCell(dst, returnValueGPR);
125 int dst = currentInstruction[1].u.operand;
159 emitPutVirtualRegister(dst);
164 int dst = currentInstruction[1].u.operand;
187 emitPutVirtualRegister(dst);
192 int dst = currentInstruction[1].u.operand;
199 emitPutVirtualRegister(dst);
204 int dst = currentInstruction[1].u.operand;
210 emitPutVirtualRegister(dst);
215 int dst = currentInstruction[1].u.operand;
229 emitPutVirtualRegister(dst);
294 int dst = currentInstruction[1].u.operand;
305 if (dst != src)
306 emitPutVirtualRegister(dst);
461 int dst = currentInstruction[1].u.operand;
479 emitStoreCell(dst, returnValueGPR);
498 int dst = currentInstruction[1].u.operand;
517 emitPutVirtualRegister(dst, regT2);
548 emitGetVirtualRegister(dst, regT1);
572 int dst = currentInstruction[1].u.operand;
598 emitPutVirtualRegister(dst);
702 int dst = currentInstruction[1].u.operand;
728 emitPutVirtualRegister(dst);
734 int dst = currentInstruction[1].u.operand;
760 emitPutVirtualRegister(dst);
779 int dst = currentInstruction[1].u.operand;
781 Jump activationCreated = branchTest64(NonZero, Address(callFrameRegister, sizeof(Register) * dst));
783 emitStoreCell(dst, returnValueGPR);
789 int dst = currentInstruction[1].u.operand;
791 Jump argsCreated = branchTest64(NonZero, Address(callFrameRegister, sizeof(Register) * dst));
794 emitStoreCell(dst, returnValueGPR);
795 emitStoreCell(unmodifiedArgumentsRegister(VirtualRegister(dst)), returnValueGPR);
802 int dst = currentInstruction[1].u.operand;
804 store64(TrustedImm64((int64_t)0), Address(callFrameRegister, sizeof(Register) * dst));
979 int dst = currentInstruction[1].u.operand;
987 callOperation(operationCheckHasInstance, dst, regT0, regT1);
994 int dst = currentInstruction[1].u.operand;
1003 callOperation(operationInstanceOf, dst, regT0, regT1);
1016 int dst = currentInstruction[1].u.operand;
1022 emitPutVirtualRegister(dst, regT0);
1028 int dst = currentInstruction[1].u.operand;
1030 callOperation(operationGetArgumentsLength, dst, base);
1035 int dst = currentInstruction[1].u.operand;
1049 emitPutVirtualRegister(dst, regT0);
1054 int dst = currentInstruction[1].u.operand;
1070 callOperation(WithProfile, operationGetByValGeneric, dst, regT0, regT1);
1136 int dst = currentInstruction[1].u.operand;
1139 lazyJump = branch32(NotEqual, tagFor(dst), TrustedImm32(JSValue::EmptyValueTag));
1141 lazyJump = branchTest64(NonZero, addressFor(dst));
1146 callOperation(operationNewFunction, dst, funcExec);
1160 int dst = currentInstruction[1].u.operand;
1162 callOperation(operationNewFunction, dst, funcExpr);
1167 int dst = currentInstruction[1].u.operand;
1171 callOperation(operationNewArrayWithProfile, dst,
1177 int dst = currentInstruction[1].u.operand;
1181 callOperation(operationNewArrayWithSizeAndProfile, dst,
1185 callOperation(operationNewArrayWithSizeAndProfile, dst,
1192 int dst = currentInstruction[1].u.operand;
1196 callOperation(operationNewArrayBufferWithProfile, dst, currentInstruction[4].u.arrayAllocationProfile, values, size);