Lines Matching defs:instr
569 HInstruction* instr = HInstruction::cast(value); in Use() local
577 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
586 LTemplateResultInstruction<1>* instr) { in DefineAsRegister()
593 LTemplateResultInstruction<1>* instr, in DefineAsSpilled()
601 LTemplateResultInstruction<1>* instr) { in DefineSameAsFirst()
607 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr, in DefineFixed()
614 LTemplateResultInstruction<1>* instr, in DefineFixedDouble()
620 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
630 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
658 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
692 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
697 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
702 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
708 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
714 HBitwiseBinaryOperation* instr) { in DoShift()
757 HArithmeticBinaryOperation* instr) { in DoArithmeticD()
776 HBinaryOperation* instr) { in DoArithmeticT()
861 LInstruction* instr = NULL; in VisitInstruction() local
899 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
965 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
970 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
990 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
995 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
1014 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
1024 HInstanceOfKnownGlobal* instr) { in DoInstanceOfKnownGlobal()
1034 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
1044 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1057 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1076 HInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
1084 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1091 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1102 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1109 HCallJSFunction* instr) { in DoCallJSFunction()
1119 HCallWithDescriptor* instr) { in DoCallWithDescriptor()
1137 HTailCallThroughMegamorphicCache* instr) { in DoTailCallThroughMegamorphicCache()
1149 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1157 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1184 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1191 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1199 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1206 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1218 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1226 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1233 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1244 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1250 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1258 LInstruction* LChunkBuilder::DoCallNew(HCallNew* instr) { in DoCallNew()
1266 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1274 LInstruction* LChunkBuilder::DoCallFunction(HCallFunction* instr) { in DoCallFunction()
1282 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1288 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1293 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1298 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1303 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1308 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1323 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1341 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1360 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1379 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1396 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1409 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1436 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1454 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1465 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1481 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1498 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1515 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1532 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1556 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1576 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1622 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1642 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1659 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1671 HCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
1701 HCompareObjectEqAndBranch* instr) { in DoCompareObjectEqAndBranch()
1709 HCompareHoleAndBranch* instr) { in DoCompareHoleAndBranch()
1716 HCompareMinusZeroAndBranch* instr) { in DoCompareMinusZeroAndBranch()
1723 LInstruction* LChunkBuilder::DoIsObjectAndBranch(HIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
1730 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1737 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1744 HIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
1752 HStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
1767 HHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
1776 HGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
1785 HHasCachedArrayIndexAndBranch* instr) { in DoHasCachedArrayIndexAndBranch()
1793 HClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
1801 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1807 LInstruction* LChunkBuilder::DoDateField(HDateField* instr) { in DoDateField()
1815 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1822 LOperand* LChunkBuilder::GetSeqStringSetCharOperand(HSeqStringSetChar* instr) { in GetSeqStringSetCharOperand()
1839 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1855 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1870 HBoundsCheckBaseIndexInformation* instr) { in DoBoundsCheckBaseIndexInformation()
1876 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1883 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1896 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1995 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
2005 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
2011 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
2019 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
2030 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
2042 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
2063 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2070 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2077 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2085 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2107 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
2115 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2130 LInstruction* LChunkBuilder::DoStoreGlobalCell(HStoreGlobalCell* instr) { in DoStoreGlobalCell()
2137 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2148 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2167 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2176 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2191 HLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
2198 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2203 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2240 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2255 LOperand* LChunkBuilder::GetStoreKeyedValueOperand(HStoreKeyed* instr) { in GetStoreKeyedValueOperand()
2274 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2326 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2344 HTransitionElementsKind* instr) { in DoTransitionElementsKind()
2364 HTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
2373 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2429 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2441 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2450 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2460 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2469 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2481 LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { in DoRegExpLiteral()
2488 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
2495 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2503 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2519 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2542 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
2549 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2558 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2566 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2582 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2589 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2597 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2603 HIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
2608 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2614 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2628 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2649 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2667 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2675 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2682 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2689 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2698 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2705 HAllocateBlockContext* instr) { in DoAllocateBlockContext()