Lines Matching refs:temps_
318 EmbeddedContainer<LOperand*, T> temps_; variable
326 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; } in TempAt()
582 temps_[0] = temp; in LWrapReceiver()
587 LOperand* temp() { return temps_[0]; } in temp()
684 temps_[0] = temp1; in LModByConstI()
685 temps_[1] = temp2; in LModByConstI()
690 LOperand* temp1() { return temps_[0]; } in temp1()
691 LOperand* temp2() { return temps_[1]; } in temp2()
706 temps_[0] = temp; in LModI()
711 LOperand* temp() { return temps_[0]; } in temp()
744 temps_[0] = temp1; in LDivByConstI()
745 temps_[1] = temp2; in LDivByConstI()
750 LOperand* temp1() { return temps_[0]; } in temp1()
751 LOperand* temp2() { return temps_[1]; } in temp2()
766 temps_[0] = temp; in LDivI()
771 LOperand* temp() { return temps_[0]; } in temp()
806 temps_[0] = temp1; in LFlooringDivByConstI()
807 temps_[1] = temp2; in LFlooringDivByConstI()
808 temps_[2] = temp3; in LFlooringDivByConstI()
813 LOperand* temp1() { return temps_[0]; } in temp1()
814 LOperand* temp2() { return temps_[1]; } in temp2()
815 LOperand* temp3() { return temps_[2]; } in temp3()
830 temps_[0] = temp; in LFlooringDivI()
835 LOperand* temp() { return temps_[0]; } in temp()
847 temps_[0] = temp; in LMulI()
852 LOperand* temp() { return temps_[0]; } in temp()
963 temps_[0] = temp1; in LMathExp()
964 temps_[1] = temp2; in LMathExp()
969 LOperand* temp1() { return temps_[0]; } in temp1()
970 LOperand* temp2() { return temps_[1]; } in temp2()
982 temps_[0] = temp1; in LMathSqrt()
983 temps_[1] = temp2; in LMathSqrt()
987 LOperand* temp1() { return temps_[0]; } in temp1()
988 LOperand* temp2() { return temps_[1]; } in temp2()
1047 temps_[0] = temp; in LIsObjectAndBranch()
1051 LOperand* temp() { return temps_[0]; } in temp()
1063 temps_[0] = temp; in LIsStringAndBranch()
1067 LOperand* temp() { return temps_[0]; } in temp()
1095 temps_[0] = temp; in LIsUndetectableAndBranch()
1099 LOperand* temp() { return temps_[0]; } in temp()
1135 temps_[0] = temp; in LHasInstanceTypeAndBranch()
1139 LOperand* temp() { return temps_[0]; } in temp()
1181 temps_[0] = temp; in LIsConstructCallAndBranch()
1184 LOperand* temp() { return temps_[0]; } in temp()
1195 temps_[0] = temp; in LClassOfTestAndBranch()
1196 temps_[1] = temp2; in LClassOfTestAndBranch()
1200 LOperand* temp() { return temps_[0]; } in temp()
1201 LOperand* temp2() { return temps_[1]; } in temp2()
1246 temps_[0] = temp; in LInstanceOfKnownGlobal()
1251 LOperand* temp() { return temps_[0]; } in temp()
1393 temps_[0] = temp; in LBranch()
1397 LOperand* temp() { return temps_[0]; } in temp()
1438 temps_[0] = temp; in LDateField()
1442 LOperand* temp() { return temps_[0]; } in temp()
1515 temps_[0] = temp; in LMathMinMax()
1520 LOperand* temp() { return temps_[0]; } in temp()
1637 temps_[0] = vector; in LLoadNamedGeneric()
1642 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1655 temps_[0] = temp; in LLoadFunctionPrototype()
1659 LOperand* temp() { return temps_[0]; } in temp()
1730 temps_[0] = vector; in LLoadKeyedGeneric()
1736 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1756 temps_[0] = vector; in LLoadGlobalGeneric()
1761 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1806 temps_[0] = temp; in LStoreContextSlot()
1811 LOperand* temp() { return temps_[0]; } in temp()
2078 temps_[0] = temp; in LNumberTagI()
2082 LOperand* temp() { return temps_[0]; } in temp()
2092 temps_[0] = temp; in LNumberTagU()
2096 LOperand* temp() { return temps_[0]; } in temp()
2106 temps_[0] = temp; in LNumberTagD()
2110 LOperand* temp() { return temps_[0]; } in temp()
2179 temps_[0] = temp; in LNumberUntagD()
2183 LOperand* temp() { return temps_[0]; } in temp()
2216 temps_[0] = temp; in LStoreNamedField()
2217 temps_[1] = temp_map; in LStoreNamedField()
2222 LOperand* temp() { return temps_[0]; } in temp()
2223 LOperand* temp_map() { return temps_[1]; } in temp_map()
2318 temps_[0] = new_map_temp; in LTransitionElementsKind()
2319 temps_[1] = temp; in LTransitionElementsKind()
2324 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2325 LOperand* temp() { return temps_[1]; } in temp()
2347 temps_[0] = temp; in LTrapAllocationMemento()
2351 LOperand* temp() { return temps_[0]; } in temp()
2424 temps_[0] = temp; in LCheckInstanceType()
2428 LOperand* temp() { return temps_[0]; } in temp()
2492 temps_[0] = temp1; in LClampTToUint8NoSSE2()
2493 temps_[1] = temp2; in LClampTToUint8NoSSE2()
2494 temps_[2] = temp3; in LClampTToUint8NoSSE2()
2498 LOperand* scratch() { return temps_[0]; } in scratch()
2499 LOperand* scratch2() { return temps_[1]; } in scratch2()
2500 LOperand* scratch3() { return temps_[2]; } in scratch3()
2553 temps_[0] = temp; in LAllocate()
2558 LOperand* temp() { return temps_[0]; } in temp()