Lines Matching full:temp
546 LModI(LOperand* left, LOperand* right, LOperand* temp) {
549 temps_[0] = temp;
559 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
562 temps_[0] = temp;
641 LIsNilAndBranch(LOperand* value, LOperand* temp) {
643 temps_[0] = temp;
671 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) {
673 temps_[0] = temp;
698 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
700 temps_[0] = temp;
769 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) {
771 temps_[0] = temp;
824 LInstanceOfKnownGlobal(LOperand* value, LOperand* temp) {
826 temps_[0] = temp;
908 explicit LConstantD(LOperand* temp) {
909 temps_[0] = temp;
1286 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) {
1288 temps_[0] = temp;
1334 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) {
1337 temps_[0] = temp;
1554 explicit LNumberTagD(LOperand* value, LOperand* temp) {
1556 temps_[0] = temp;
1580 LTaggedToI(LOperand* value, LOperand* temp) {
1582 temps_[0] = temp;
1631 LStoreNamedField(LOperand* object, LOperand* value, LOperand* temp) {
1634 temps_[0] = temp;
1873 explicit LCheckPrototypeMaps(LOperand* temp) {
1874 temps_[0] = temp;
1897 LClampDToUint8(LOperand* value, LOperand* temp) {
1899 temps_[0] = temp;
1923 LOperand* temp,
1926 temps_[0] = temp;
1948 explicit LAllocateObject(LOperand* temp) {
1949 temps_[0] = temp;
2032 explicit LIsConstructCallAndBranch(LOperand* temp) {
2033 temps_[0] = temp;
2259 // Methods for getting operands for Use / Define / Temp.