Lines Matching refs:temp
464 LOperand* temp) {
467 temps_[0] = temp;
536 LModI(LOperand* left, LOperand* right, LOperand* temp) {
539 temps_[0] = temp;
549 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
552 temps_[0] = temp;
562 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
565 temps_[0] = temp;
612 LMathPowHalf(LOperand* context, LOperand* value, LOperand* temp) {
615 temps_[0] = temp;
620 LOperand* temp() { return temps_[0]; }
654 LIsNilAndBranch(LOperand* value, LOperand* temp) {
656 temps_[0] = temp;
671 LIsObjectAndBranch(LOperand* value, LOperand* temp) {
673 temps_[0] = temp;
684 LIsStringAndBranch(LOperand* value, LOperand* temp) {
686 temps_[0] = temp;
710 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
712 temps_[0] = temp;
742 LHasInstanceTypeAndBranch(LOperand* value, LOperand* temp) {
744 temps_[0] = temp;
780 explicit LIsConstructCallAndBranch(LOperand* temp) {
781 temps_[0] = temp;
791 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) {
793 temps_[0] = temp;
836 LInstanceOfKnownGlobal(LOperand* context, LOperand* value, LOperand* temp) {
839 temps_[0] = temp;
921 explicit LConstantD(LOperand* temp) {
922 temps_[0] = temp;
943 explicit LBranch(LOperand* value, LOperand* temp) {
945 temps_[0] = temp;
1012 LValueOf(LOperand* value, LOperand* temp) {
1014 temps_[0] = temp;
1024 LDateField(LOperand* date, LOperand* temp, Smi* index)
1027 temps_[0] = temp;
1200 LLoadFunctionPrototype(LOperand* function, LOperand* temp) {
1202 temps_[0] = temp;
1377 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) {
1380 temps_[0] = temp;
1630 LNumberTagD(LOperand* value, LOperand* temp) {
1632 temps_[0] = temp;
1642 LDoubleToI(LOperand* value, LOperand* temp) {
1644 temps_[0] = temp;
1657 LTaggedToI(LOperand* value, LOperand* temp) {
1659 temps_[0] = temp;
1681 explicit LNumberUntagD(LOperand* value, LOperand* temp) {
1683 temps_[0] = temp;
1709 LStoreNamedField(LOperand* obj, LOperand* val, LOperand* temp) {
1712 temps_[0] = temp;
1942 LCheckInstanceType(LOperand* value, LOperand* temp) {
1944 temps_[0] = temp;
1965 explicit LCheckPrototypeMaps(LOperand* temp) {
1966 temps_[0] = temp;
2013 LClampTToUint8(LOperand* value, LOperand* temp) {
2015 temps_[0] = temp;
2036 LAllocateObject(LOperand* context, LOperand* temp) {
2038 temps_[0] = temp;
2395 // Methods for getting operands for Use / Define / Temp.