Lines Matching refs:temps_
304 EmbeddedContainer<LOperand*, T> temps_; variable
312 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt()
545 temps_[0] = temp; in LWrapReceiver()
550 LOperand* temp() { return temps_[0]; } in temp()
647 temps_[0] = temp1; in LModByConstI()
648 temps_[1] = temp2; in LModByConstI()
653 LOperand* temp1() { return temps_[0]; } in temp1()
654 LOperand* temp2() { return temps_[1]; } in temp2()
669 temps_[0] = temp; in LModI()
674 LOperand* temp() { return temps_[0]; } in temp()
707 temps_[0] = temp1; in LDivByConstI()
708 temps_[1] = temp2; in LDivByConstI()
713 LOperand* temp1() { return temps_[0]; } in temp1()
714 LOperand* temp2() { return temps_[1]; } in temp2()
729 temps_[0] = temp; in LDivI()
734 LOperand* temp() { return temps_[0]; } in temp()
769 temps_[0] = temp1; in LFlooringDivByConstI()
770 temps_[1] = temp2; in LFlooringDivByConstI()
771 temps_[2] = temp3; in LFlooringDivByConstI()
776 LOperand* temp1() { return temps_[0]; } in temp1()
777 LOperand* temp2() { return temps_[1]; } in temp2()
778 LOperand* temp3() { return temps_[2]; } in temp3()
793 temps_[0] = temp; in LFlooringDivI()
798 LOperand* temp() { return temps_[0]; } in temp()
810 temps_[0] = temp; in LMulI()
815 LOperand* temp() { return temps_[0]; } in temp()
926 temps_[0] = temp1; in LMathExp()
927 temps_[1] = temp2; in LMathExp()
932 LOperand* temp1() { return temps_[0]; } in temp1()
933 LOperand* temp2() { return temps_[1]; } in temp2()
945 temps_[0] = temp1; in LMathSqrt()
946 temps_[1] = temp2; in LMathSqrt()
950 LOperand* temp1() { return temps_[0]; } in temp1()
951 LOperand* temp2() { return temps_[1]; } in temp2()
1010 temps_[0] = temp; in LIsStringAndBranch()
1014 LOperand* temp() { return temps_[0]; } in temp()
1042 temps_[0] = temp; in LIsUndetectableAndBranch()
1046 LOperand* temp() { return temps_[0]; } in temp()
1082 temps_[0] = temp; in LHasInstanceTypeAndBranch()
1086 LOperand* temp() { return temps_[0]; } in temp()
1128 temps_[0] = temp; in LClassOfTestAndBranch()
1129 temps_[1] = temp2; in LClassOfTestAndBranch()
1133 LOperand* temp() { return temps_[0]; } in temp()
1134 LOperand* temp2() { return temps_[1]; } in temp2()
1184 temps_[0] = scratch; in LHasInPrototypeChainAndBranch()
1189 LOperand* scratch() const { return temps_[0]; } in scratch()
1319 temps_[0] = temp; in LBranch()
1323 LOperand* temp() { return temps_[0]; } in temp()
1420 temps_[0] = temp; in LMathMinMax()
1425 LOperand* temp() { return temps_[0]; } in temp()
1541 temps_[0] = vector; in LLoadNamedGeneric()
1546 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1559 temps_[0] = temp; in LLoadFunctionPrototype()
1563 LOperand* temp() { return temps_[0]; } in temp()
1626 temps_[0] = vector; in LLoadKeyedGeneric()
1632 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1645 temps_[0] = vector; in LLoadGlobalGeneric()
1650 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1682 temps_[0] = temp; in LStoreContextSlot()
1687 LOperand* temp() { return temps_[0]; } in temp()
1864 temps_[0] = slot; in LCallFunction()
1865 temps_[1] = vector; in LCallFunction()
1870 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
1871 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
1949 temps_[0] = temp; in LNumberTagI()
1953 LOperand* temp() { return temps_[0]; } in temp()
1963 temps_[0] = temp; in LNumberTagU()
1967 LOperand* temp() { return temps_[0]; } in temp()
1977 temps_[0] = temp; in LNumberTagD()
1981 LOperand* temp() { return temps_[0]; } in temp()
2050 temps_[0] = temp; in LNumberUntagD()
2054 LOperand* temp() { return temps_[0]; } in temp()
2087 temps_[0] = temp; in LStoreNamedField()
2088 temps_[1] = temp_map; in LStoreNamedField()
2093 LOperand* temp() { return temps_[0]; } in temp()
2094 LOperand* temp_map() { return temps_[1]; } in temp_map()
2110 temps_[0] = slot; in LStoreNamedGeneric()
2111 temps_[1] = vector; in LStoreNamedGeneric()
2117 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2118 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2167 temps_[0] = slot; in LStoreKeyedGeneric()
2168 temps_[1] = vector; in LStoreKeyedGeneric()
2175 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2176 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2195 temps_[0] = new_map_temp; in LTransitionElementsKind()
2196 temps_[1] = temp; in LTransitionElementsKind()
2201 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2202 LOperand* temp() { return temps_[1]; } in temp()
2224 temps_[0] = temp; in LTrapAllocationMemento()
2228 LOperand* temp() { return temps_[0]; } in temp()
2324 temps_[0] = scratch; in LCheckArrayBufferNotNeutered()
2328 LOperand* scratch() { return temps_[0]; } in scratch()
2340 temps_[0] = temp; in LCheckInstanceType()
2344 LOperand* temp() { return temps_[0]; } in temp()
2408 temps_[0] = temp1; in LClampTToUint8NoSSE2()
2409 temps_[1] = temp2; in LClampTToUint8NoSSE2()
2410 temps_[2] = temp3; in LClampTToUint8NoSSE2()
2414 LOperand* scratch() { return temps_[0]; } in scratch()
2415 LOperand* scratch2() { return temps_[1]; } in scratch2()
2416 LOperand* scratch3() { return temps_[2]; } in scratch3()
2469 temps_[0] = temp; in LAllocate()
2474 LOperand* temp() { return temps_[0]; } in temp()