Lines Matching refs:inputs_
307 EmbeddedContainer<LOperand*, I> inputs_;
313 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt()
422 inputs_[0] = value; in LDummyUse()
474 inputs_[0] = context; in LCallStub()
477 LOperand* context() { return inputs_[0]; } in context()
490 inputs_[0] = context; in LTailCallThroughMegamorphicCache()
491 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache()
492 inputs_[2] = name; in LTailCallThroughMegamorphicCache()
495 LOperand* context() { return inputs_[0]; } in context()
496 LOperand* receiver() { return inputs_[1]; } in receiver()
497 LOperand* name() { return inputs_[2]; } in name()
561 inputs_[0] = receiver; in LWrapReceiver()
562 inputs_[1] = function; in LWrapReceiver()
568 LOperand* receiver() { return inputs_[0]; } in DECLARE_HYDROGEN_ACCESSOR()
569 LOperand* function() { return inputs_[1]; } in function()
579 inputs_[0] = function; in LApplyArguments()
580 inputs_[1] = receiver; in LApplyArguments()
581 inputs_[2] = length; in LApplyArguments()
582 inputs_[3] = elements; in LApplyArguments()
587 LOperand* function() { return inputs_[0]; } in function()
588 LOperand* receiver() { return inputs_[1]; } in receiver()
589 LOperand* length() { return inputs_[2]; } in length()
590 LOperand* elements() { return inputs_[3]; } in elements()
597 inputs_[0] = arguments; in LAccessArgumentsAt()
598 inputs_[1] = length; in LAccessArgumentsAt()
599 inputs_[2] = index; in LAccessArgumentsAt()
604 LOperand* arguments() { return inputs_[0]; } in arguments()
605 LOperand* length() { return inputs_[1]; } in length()
606 LOperand* index() { return inputs_[2]; } in index()
615 inputs_[0] = elements; in LArgumentsLength()
618 LOperand* elements() { return inputs_[0]; } in elements()
634 inputs_[0] = dividend; in LModByPowerOf2I()
638 LOperand* dividend() { return inputs_[0]; } in dividend()
652 inputs_[0] = dividend; in LModByConstI()
656 LOperand* dividend() { return inputs_[0]; } in dividend()
671 inputs_[0] = left; in LModI()
672 inputs_[1] = right; in LModI()
675 LOperand* left() { return inputs_[0]; } in left()
676 LOperand* right() { return inputs_[1]; } in right()
686 inputs_[0] = dividend; in LDivByPowerOf2I()
690 LOperand* dividend() { return inputs_[0]; } in dividend()
704 inputs_[0] = dividend; in LDivByConstI()
708 LOperand* dividend() { return inputs_[0]; } in dividend()
722 inputs_[0] = dividend; in LDivI()
723 inputs_[1] = divisor; in LDivI()
727 LOperand* dividend() { return inputs_[0]; } in dividend()
728 LOperand* divisor() { return inputs_[1]; } in divisor()
739 inputs_[0] = dividend; in LFlooringDivByPowerOf2I()
743 LOperand* dividend() { return inputs_[0]; } in dividend()
758 inputs_[0] = dividend; in LFlooringDivByConstI()
763 LOperand* dividend() { return inputs_[0]; } in dividend()
778 inputs_[0] = dividend; in LFlooringDivI()
779 inputs_[1] = divisor; in LFlooringDivI()
782 LOperand* dividend() { return inputs_[0]; } in dividend()
783 LOperand* divisor() { return inputs_[1]; } in divisor()
793 inputs_[0] = left; in LMulI()
794 inputs_[1] = right; in LMulI()
797 LOperand* left() { return inputs_[0]; } in left()
798 LOperand* right() { return inputs_[1]; } in right()
810 inputs_[0] = addend; in LMultiplyAddD()
811 inputs_[1] = multiplier; in LMultiplyAddD()
812 inputs_[2] = multiplicand; in LMultiplyAddD()
815 LOperand* addend() { return inputs_[0]; } in addend()
816 LOperand* multiplier() { return inputs_[1]; } in multiplier()
817 LOperand* multiplicand() { return inputs_[2]; } in multiplicand()
832 inputs_[0] = left; in LCompareNumericAndBranch()
833 inputs_[1] = right; in LCompareNumericAndBranch()
836 LOperand* left() { return inputs_[0]; } in left()
837 LOperand* right() { return inputs_[1]; } in right()
855 inputs_[0] = value; in LMathFloor()
859 LOperand* value() { return inputs_[0]; } in value()
870 inputs_[0] = value; in LMathRound()
874 LOperand* value() { return inputs_[0]; } in value()
884 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround()
886 LOperand* value() { return inputs_[0]; } in value()
895 inputs_[1] = context; in LMathAbs()
896 inputs_[0] = value; in LMathAbs()
899 LOperand* context() { return inputs_[1]; } in context()
900 LOperand* value() { return inputs_[0]; } in value()
910 inputs_[0] = value; in LMathLog()
913 LOperand* value() { return inputs_[0]; } in value()
922 inputs_[0] = value; in LMathClz32()
925 LOperand* value() { return inputs_[0]; } in value()
937 inputs_[0] = value; in LMathExp()
944 LOperand* value() { return inputs_[0]; } in value()
956 inputs_[0] = value; in LMathSqrt()
959 LOperand* value() { return inputs_[0]; } in value()
968 inputs_[0] = value; in LMathPowHalf()
972 LOperand* value() { return inputs_[0]; } in value()
982 inputs_[0] = left; in LCmpObjectEqAndBranch()
983 inputs_[1] = right; in LCmpObjectEqAndBranch()
986 LOperand* left() { return inputs_[0]; } in left()
987 LOperand* right() { return inputs_[1]; } in right()
997 inputs_[0] = object; in LCmpHoleAndBranch()
1000 LOperand* object() { return inputs_[0]; } in object()
1010 inputs_[0] = value; in LCompareMinusZeroAndBranch()
1014 LOperand* value() { return inputs_[0]; } in value()
1026 inputs_[0] = value; in LIsObjectAndBranch()
1030 LOperand* value() { return inputs_[0]; } in value()
1043 inputs_[0] = value; in LIsStringAndBranch()
1047 LOperand* value() { return inputs_[0]; } in value()
1060 inputs_[0] = value; in LIsSmiAndBranch()
1063 LOperand* value() { return inputs_[0]; } in value()
1075 inputs_[0] = value; in LIsUndetectableAndBranch()
1079 LOperand* value() { return inputs_[0]; } in value()
1093 inputs_[0] = context; in LStringCompareAndBranch()
1094 inputs_[1] = left; in LStringCompareAndBranch()
1095 inputs_[2] = right; in LStringCompareAndBranch()
1098 LOperand* context() { return inputs_[0]; } in context()
1099 LOperand* left() { return inputs_[1]; } in left()
1100 LOperand* right() { return inputs_[2]; } in right()
1115 inputs_[0] = value; in LHasInstanceTypeAndBranch()
1118 LOperand* value() { return inputs_[0]; } in value()
1131 inputs_[0] = value; in LGetCachedArrayIndex()
1134 LOperand* value() { return inputs_[0]; } in value()
1145 inputs_[0] = value; in LHasCachedArrayIndexAndBranch()
1148 LOperand* value() { return inputs_[0]; } in value()
1161 inputs_[0] = value; in LClassOfTestAndBranch()
1165 LOperand* value() { return inputs_[0]; } in value()
1179 inputs_[0] = context; in LCmpT()
1180 inputs_[1] = left; in LCmpT()
1181 inputs_[2] = right; in LCmpT()
1184 LOperand* context() { return inputs_[0]; } in context()
1185 LOperand* left() { return inputs_[1]; } in left()
1186 LOperand* right() { return inputs_[2]; } in right()
1198 inputs_[0] = context; in LInstanceOf()
1199 inputs_[1] = left; in LInstanceOf()
1200 inputs_[2] = right; in LInstanceOf()
1203 LOperand* context() { return inputs_[0]; } in context()
1204 LOperand* left() { return inputs_[1]; } in left()
1205 LOperand* right() { return inputs_[2]; } in right()
1214 inputs_[0] = context; in LInstanceOfKnownGlobal()
1215 inputs_[1] = value; in LInstanceOfKnownGlobal()
1219 LOperand* context() { return inputs_[0]; } in context()
1220 LOperand* value() { return inputs_[1]; } in value()
1244 inputs_[0] = index; in LBoundsCheck()
1245 inputs_[1] = length; in LBoundsCheck()
1248 LOperand* index() { return inputs_[0]; } in index()
1249 LOperand* length() { return inputs_[1]; } in length()
1259 inputs_[0] = left; in LBitI()
1260 inputs_[1] = right; in LBitI()
1263 LOperand* left() { return inputs_[0]; } in left()
1264 LOperand* right() { return inputs_[1]; } in right()
1277 inputs_[0] = left; in LShiftI()
1278 inputs_[1] = right; in LShiftI()
1282 LOperand* left() { return inputs_[0]; } in left()
1283 LOperand* right() { return inputs_[1]; } in right()
1297 inputs_[0] = left; in LSubI()
1298 inputs_[1] = right; in LSubI()
1301 LOperand* left() { return inputs_[0]; } in left()
1302 LOperand* right() { return inputs_[1]; } in right()
1361 inputs_[0] = value; in LBranch()
1364 LOperand* value() { return inputs_[0]; } in value()
1376 inputs_[0] = value; in LCmpMapAndBranch()
1380 LOperand* value() { return inputs_[0]; } in value()
1393 inputs_[0] = value; in LMapEnumLength()
1396 LOperand* value() { return inputs_[0]; } in value()
1405 inputs_[0] = date; in LDateField()
1409 LOperand* date() { return inputs_[0]; } in date()
1424 inputs_[0] = string; in LSeqStringGetChar()
1425 inputs_[1] = index; in LSeqStringGetChar()
1428 LOperand* string() const { return inputs_[0]; } in string()
1429 LOperand* index() const { return inputs_[1]; } in index()
1442 inputs_[0] = context; in LSeqStringSetChar()
1443 inputs_[1] = string; in LSeqStringSetChar()
1444 inputs_[2] = index; in LSeqStringSetChar()
1445 inputs_[3] = value; in LSeqStringSetChar()
1448 LOperand* string() { return inputs_[1]; } in string()
1449 LOperand* index() { return inputs_[2]; } in index()
1450 LOperand* value() { return inputs_[3]; } in value()
1460 inputs_[0] = left; in LAddI()
1461 inputs_[1] = right; in LAddI()
1464 LOperand* left() { return inputs_[0]; } in left()
1465 LOperand* right() { return inputs_[1]; } in right()
1475 inputs_[0] = left; in LMathMinMax()
1476 inputs_[1] = right; in LMathMinMax()
1479 LOperand* left() { return inputs_[0]; } in left()
1480 LOperand* right() { return inputs_[1]; } in right()
1490 inputs_[0] = left; in LPower()
1491 inputs_[1] = right; in LPower()
1494 LOperand* left() { return inputs_[0]; } in left()
1495 LOperand* right() { return inputs_[1]; } in right()
1506 inputs_[0] = left; in LArithmeticD()
1507 inputs_[1] = right; in LArithmeticD()
1511 LOperand* left() { return inputs_[0]; } in left()
1512 LOperand* right() { return inputs_[1]; } in right()
1532 inputs_[0] = context; in LArithmeticT()
1533 inputs_[1] = left; in LArithmeticT()
1534 inputs_[2] = right; in LArithmeticT()
1537 LOperand* context() { return inputs_[0]; } in context()
1538 LOperand* left() { return inputs_[1]; } in left()
1539 LOperand* right() { return inputs_[2]; } in right()
1554 inputs_[0] = value; in LReturn()
1555 inputs_[1] = context; in LReturn()
1556 inputs_[2] = parameter_count; in LReturn()
1559 LOperand* value() { return inputs_[0]; } in value()
1568 LOperand* parameter_count() { return inputs_[2]; } in parameter_count()
1577 inputs_[0] = object; in LLoadNamedField()
1580 LOperand* object() { return inputs_[0]; } in object()
1590 inputs_[0] = context; in LLoadNamedGeneric()
1591 inputs_[1] = object; in LLoadNamedGeneric()
1595 LOperand* context() { return inputs_[0]; } in context()
1596 LOperand* object() { return inputs_[1]; } in object()
1609 inputs_[0] = function; in LLoadFunctionPrototype()
1612 LOperand* function() { return inputs_[0]; } in function()
1631 inputs_[0] = elements; in LLoadKeyed()
1632 inputs_[1] = key; in LLoadKeyed()
1635 LOperand* elements() { return inputs_[0]; } in elements()
1636 LOperand* key() { return inputs_[1]; } in key()
1662 inputs_[0] = context; in LLoadKeyedGeneric()
1663 inputs_[1] = object; in LLoadKeyedGeneric()
1664 inputs_[2] = key; in LLoadKeyedGeneric()
1668 LOperand* context() { return inputs_[0]; } in context()
1669 LOperand* object() { return inputs_[1]; } in object()
1670 LOperand* key() { return inputs_[2]; } in key()
1689 inputs_[0] = context; in LLoadGlobalGeneric()
1690 inputs_[1] = global_object; in LLoadGlobalGeneric()
1694 LOperand* context() { return inputs_[0]; } in context()
1695 LOperand* global_object() { return inputs_[1]; } in global_object()
1709 inputs_[0] = value; in LStoreGlobalCell()
1713 LOperand* value() { return inputs_[0]; } in value()
1724 inputs_[0] = context; in LLoadContextSlot()
1727 LOperand* context() { return inputs_[0]; } in context()
1741 inputs_[0] = context; in LStoreContextSlot()
1742 inputs_[1] = value; in LStoreContextSlot()
1745 LOperand* context() { return inputs_[0]; } in context()
1746 LOperand* value() { return inputs_[1]; } in value()
1760 inputs_[0] = value; in LPushArgument()
1763 LOperand* value() { return inputs_[0]; } in value()
1785 inputs_[0] = function; in LStoreCodeEntry()
1786 inputs_[1] = code_object; in LStoreCodeEntry()
1789 LOperand* function() { return inputs_[0]; } in function()
1790 LOperand* code_object() { return inputs_[1]; } in code_object()
1802 inputs_[0] = base_object; in LInnerAllocatedObject()
1803 inputs_[1] = offset; in LInnerAllocatedObject()
1806 LOperand* base_object() const { return inputs_[0]; } in base_object()
1807 LOperand* offset() const { return inputs_[1]; } in offset()
1832 inputs_[0] = context; in LDeclareGlobals()
1835 LOperand* context() { return inputs_[0]; } in context()
1845 inputs_[0] = function; in LCallJSFunction()
1848 LOperand* function() { return inputs_[0]; } in function()
1864 inputs_(descriptor.GetRegisterParameterCount() + 1, zone) { in LCallWithDescriptor()
1866 inputs_.AddAll(operands, zone); in LCallWithDescriptor()
1869 LOperand* target() const { return inputs_[0]; } in target()
1882 ZoneList<LOperand*> inputs_; variable
1885 virtual int InputCount() FINAL OVERRIDE { return inputs_.length(); } in InputCount()
1886 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt()
1897 inputs_[0] = context; in LInvokeFunction()
1898 inputs_[1] = function; in LInvokeFunction()
1901 LOperand* context() { return inputs_[0]; } in context()
1902 LOperand* function() { return inputs_[1]; } in function()
1916 inputs_[0] = context; in LCallFunction()
1917 inputs_[1] = function; in LCallFunction()
1920 LOperand* context() { return inputs_[0]; } in context()
1921 LOperand* function() { return inputs_[1]; } in function()
1933 inputs_[0] = context; in LCallNew()
1934 inputs_[1] = constructor; in LCallNew()
1937 LOperand* context() { return inputs_[0]; } in context()
1938 LOperand* constructor() { return inputs_[1]; } in constructor()
1952 inputs_[0] = context; in LCallNewArray()
1953 inputs_[1] = constructor; in LCallNewArray()
1956 LOperand* context() { return inputs_[0]; } in context()
1957 LOperand* constructor() { return inputs_[1]; } in constructor()
1971 inputs_[0] = context; in LCallRuntime()
1974 LOperand* context() { return inputs_[0]; } in context()
1992 inputs_[0] = value; in LInteger32ToDouble()
1995 LOperand* value() { return inputs_[0]; } in value()
2004 inputs_[0] = value; in LUint32ToDouble()
2007 LOperand* value() { return inputs_[0]; } in value()
2016 inputs_[0] = value; in LNumberTagU()
2021 LOperand* value() { return inputs_[0]; } in value()
2032 inputs_[0] = value; in LNumberTagD()
2037 LOperand* value() { return inputs_[0]; } in value()
2049 inputs_[0] = value; in LDoubleToSmi()
2052 LOperand* value() { return inputs_[0]; } in value()
2065 inputs_[0] = value; in LDoubleToI()
2068 LOperand* value() { return inputs_[0]; } in value()
2083 inputs_[0] = value; in LTaggedToI()
2088 LOperand* value() { return inputs_[0]; } in value()
2102 inputs_[0] = value; in LSmiTag()
2105 LOperand* value() { return inputs_[0]; } in value()
2115 inputs_[0] = value; in LNumberUntagD()
2118 LOperand* value() { return inputs_[0]; } in value()
2129 inputs_[0] = value; in LSmiUntag()
2132 LOperand* value() { return inputs_[0]; } in value()
2145 inputs_[0] = object; in LStoreNamedField()
2146 inputs_[1] = value; in LStoreNamedField()
2150 LOperand* object() { return inputs_[0]; } in object()
2151 LOperand* value() { return inputs_[1]; } in value()
2168 inputs_[0] = context; in LStoreNamedGeneric()
2169 inputs_[1] = object; in LStoreNamedGeneric()
2170 inputs_[2] = value; in LStoreNamedGeneric()
2173 LOperand* context() { return inputs_[0]; } in context()
2174 LOperand* object() { return inputs_[1]; } in object()
2175 LOperand* value() { return inputs_[2]; } in value()
2190 inputs_[0] = object; in LStoreKeyed()
2191 inputs_[1] = key; in LStoreKeyed()
2192 inputs_[2] = value; in LStoreKeyed()
2202 LOperand* elements() { return inputs_[0]; } in elements()
2203 LOperand* key() { return inputs_[1]; } in key()
2204 LOperand* value() { return inputs_[2]; } in value()
2224 inputs_[0] = context; in LStoreKeyedGeneric()
2225 inputs_[1] = obj; in LStoreKeyedGeneric()
2226 inputs_[2] = key; in LStoreKeyedGeneric()
2227 inputs_[3] = value; in LStoreKeyedGeneric()
2230 LOperand* context() { return inputs_[0]; } in context()
2231 LOperand* object() { return inputs_[1]; } in object()
2232 LOperand* key() { return inputs_[2]; } in key()
2233 LOperand* value() { return inputs_[3]; } in value()
2249 inputs_[0] = object; in LTransitionElementsKind()
2250 inputs_[1] = context; in LTransitionElementsKind()
2254 LOperand* context() { return inputs_[1]; } in context()
2255 LOperand* object() { return inputs_[0]; } in object()
2277 inputs_[0] = object; in LTrapAllocationMemento()
2281 LOperand* object() { return inputs_[0]; } in object()
2292 inputs_[0] = context; in LStringAdd()
2293 inputs_[1] = left; in LStringAdd()
2294 inputs_[2] = right; in LStringAdd()
2297 LOperand* context() { return inputs_[0]; } in context()
2298 LOperand* left() { return inputs_[1]; } in left()
2299 LOperand* right() { return inputs_[2]; } in right()
2310 inputs_[0] = context; in LStringCharCodeAt()
2311 inputs_[1] = string; in LStringCharCodeAt()
2312 inputs_[2] = index; in LStringCharCodeAt()
2315 LOperand* context() { return inputs_[0]; } in context()
2316 LOperand* string() { return inputs_[1]; } in string()
2317 LOperand* index() { return inputs_[2]; } in index()
2327 inputs_[0] = context; in LStringCharFromCode()
2328 inputs_[1] = char_code; in LStringCharFromCode()
2331 LOperand* context() { return inputs_[0]; } in context()
2332 LOperand* char_code() { return inputs_[1]; } in char_code()
2342 inputs_[0] = value; in LCheckValue()
2345 LOperand* value() { return inputs_[0]; } in value()
2355 inputs_[0] = value; in LCheckInstanceType()
2358 LOperand* value() { return inputs_[0]; } in value()
2368 inputs_[0] = value;
2371 LOperand* value() { return inputs_[0]; } in value()
2381 inputs_[0] = value; in LCheckSmi()
2384 LOperand* value() { return inputs_[0]; } in value()
2393 inputs_[0] = value; in LCheckNonSmi()
2396 LOperand* value() { return inputs_[0]; } in value()
2406 inputs_[0] = unclamped; in LClampDToUint8()
2410 LOperand* unclamped() { return inputs_[0]; } in unclamped()
2420 inputs_[0] = unclamped; in LClampIToUint8()
2423 LOperand* unclamped() { return inputs_[0]; } in unclamped()
2432 inputs_[0] = unclamped; in LClampTToUint8()
2436 LOperand* unclamped() { return inputs_[0]; } in unclamped()
2446 inputs_[0] = value; in LDoubleBits()
2449 LOperand* value() { return inputs_[0]; } in value()
2459 inputs_[0] = hi; in LConstructDouble()
2460 inputs_[1] = lo; in LConstructDouble()
2463 LOperand* hi() { return inputs_[0]; } in hi()
2464 LOperand* lo() { return inputs_[1]; } in lo()
2476 inputs_[0] = context; in LAllocate()
2477 inputs_[1] = size; in LAllocate()
2482 LOperand* context() { return inputs_[0]; } in context()
2483 LOperand* size() { return inputs_[1]; } in size()
2495 inputs_[0] = context; in LRegExpLiteral()
2498 LOperand* context() { return inputs_[0]; } in context()
2508 inputs_[0] = context; in LFunctionLiteral()
2511 LOperand* context() { return inputs_[0]; } in context()
2521 inputs_[0] = value; in LToFastProperties()
2524 LOperand* value() { return inputs_[0]; } in value()
2534 inputs_[0] = context; in LTypeof()
2535 inputs_[1] = value; in LTypeof()
2538 LOperand* context() { return inputs_[0]; } in context()
2539 LOperand* value() { return inputs_[1]; } in value()
2548 inputs_[0] = value; in LTypeofIsAndBranch()
2551 LOperand* value() { return inputs_[0]; } in value()
2589 inputs_[0] = context; in LStackCheck()
2592 LOperand* context() { return inputs_[0]; } in context()
2607 inputs_[0] = context; in LForInPrepareMap()
2608 inputs_[1] = object; in LForInPrepareMap()
2611 LOperand* context() { return inputs_[0]; } in context()
2612 LOperand* object() { return inputs_[1]; } in object()
2621 inputs_[0] = map; in LForInCacheArray()
2624 LOperand* map() { return inputs_[0]; } in map()
2637 inputs_[0] = value; in LCheckMapValue()
2638 inputs_[1] = map; in LCheckMapValue()
2641 LOperand* value() { return inputs_[0]; } in value()
2642 LOperand* map() { return inputs_[1]; } in map()
2651 inputs_[0] = object; in LLoadFieldByIndex()
2652 inputs_[1] = index; in LLoadFieldByIndex()
2655 LOperand* object() { return inputs_[0]; } in object()
2656 LOperand* index() { return inputs_[1]; } in index()
2665 inputs_[0] = context; in LStoreFrameContext()
2668 LOperand* context() { return inputs_[0]; } in context()
2677 inputs_[0] = context; in LAllocateBlockContext()
2678 inputs_[1] = function; in LAllocateBlockContext()
2681 LOperand* context() { return inputs_[0]; } in context()
2682 LOperand* function() { return inputs_[1]; } in function()