Lines Matching refs:temps_
294 EmbeddedContainer<LOperand*, T> temps_; variable
302 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt()
712 temps_[0] = temp; in LFlooringDivByConstI()
717 LOperand* temp() { return temps_[0]; } in temp()
835 temps_[0] = temp; in LMathRound()
839 LOperand* temp() { return temps_[0]; } in temp()
896 temps_[0] = temp1; in LMathExp()
897 temps_[1] = temp2; in LMathExp()
898 temps_[2] = double_temp; in LMathExp()
903 LOperand* temp1() { return temps_[0]; } in temp1()
904 LOperand* temp2() { return temps_[1]; } in temp2()
905 LOperand* double_temp() { return temps_[2]; } in double_temp()
961 temps_[0] = temp; in LCompareMinusZeroAndBranch()
965 LOperand* temp() { return temps_[0]; } in temp()
977 temps_[0] = temp; in LIsStringAndBranch()
981 LOperand* temp() { return temps_[0]; } in temp()
1007 temps_[0] = temp; in LIsUndetectableAndBranch()
1011 LOperand* temp() { return temps_[0]; } in temp()
1088 temps_[0] = temp; in LClassOfTestAndBranch()
1092 LOperand* temp() { return temps_[0]; } in temp()
1304 temps_[0] = temp; in LCmpMapAndBranch()
1308 LOperand* temp() { return temps_[0]; } in temp()
1493 temps_[0] = vector; in LLoadNamedGeneric()
1498 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1558 temps_[0] = vector; in LLoadKeyedGeneric()
1564 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1577 temps_[0] = vector; in LLoadGlobalGeneric()
1582 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1790 temps_[0] = slot; in LCallFunction()
1791 temps_[1] = vector; in LCallFunction()
1796 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
1797 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
1869 temps_[0] = temp1; in LNumberTagI()
1870 temps_[1] = temp2; in LNumberTagI()
1874 LOperand* temp1() { return temps_[0]; } in temp1()
1875 LOperand* temp2() { return temps_[1]; } in temp2()
1885 temps_[0] = temp1; in LNumberTagU()
1886 temps_[1] = temp2; in LNumberTagU()
1890 LOperand* temp1() { return temps_[0]; } in temp1()
1891 LOperand* temp2() { return temps_[1]; } in temp2()
1901 temps_[0] = temp; in LNumberTagD()
1902 temps_[1] = temp2; in LNumberTagD()
1906 LOperand* temp() { return temps_[0]; } in temp()
1907 LOperand* temp2() { return temps_[1]; } in temp2()
1946 temps_[0] = temp; in LTaggedToI()
1947 temps_[1] = temp2; in LTaggedToI()
1951 LOperand* temp() { return temps_[0]; } in temp()
1952 LOperand* temp2() { return temps_[1]; } in temp2()
2004 temps_[0] = temp; in LStoreNamedField()
2009 LOperand* temp() { return temps_[0]; } in temp()
2029 temps_[0] = slot; in LStoreNamedGeneric()
2030 temps_[1] = vector; in LStoreNamedGeneric()
2036 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2037 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2091 temps_[0] = slot; in LStoreKeyedGeneric()
2092 temps_[1] = vector; in LStoreKeyedGeneric()
2099 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2100 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2117 temps_[0] = new_map_temp; in LTransitionElementsKind()
2122 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2143 temps_[0] = temp; in LTrapAllocationMemento()
2147 LOperand* temp() { return temps_[0]; } in temp()
2263 temps_[0] = temp;
2267 LOperand* temp() { return temps_[0]; } in temp()
2319 temps_[0] = temp; in LClampTToUint8()
2323 LOperand* temp() { return temps_[0]; } in temp()
2360 temps_[0] = temp1; in LAllocate()
2361 temps_[1] = temp2; in LAllocate()
2366 LOperand* temp1() { return temps_[0]; } in temp1()
2367 LOperand* temp2() { return temps_[1]; } in temp2()