Lines Matching defs:instr
518 HInstruction* instr = HInstruction::cast(value); in Use() local
526 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
535 LTemplateResultInstruction<1>* instr) { in DefineAsRegister()
542 LTemplateResultInstruction<1>* instr, int index) { in DefineAsSpilled()
549 LTemplateResultInstruction<1>* instr) { in DefineSameAsFirst()
556 LTemplateResultInstruction<1>* instr, Register reg) { in DefineFixed()
562 LTemplateResultInstruction<1>* instr, DoubleRegister reg) { in DefineFixedDouble()
567 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
578 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
605 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
652 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
657 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
662 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
668 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
674 HBitwiseBinaryOperation* instr) { in DoShift()
717 HArithmeticBinaryOperation* instr) { in DoArithmeticD()
736 HBinaryOperation* instr) { in DoArithmeticT()
821 LInstruction* instr = NULL; in VisitInstruction() local
859 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
925 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
930 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
949 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
954 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
962 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* instr) { in DoArgumentsLength()
975 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
985 HInstanceOfKnownGlobal* instr) { in DoInstanceOfKnownGlobal()
995 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
1003 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1016 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1035 HInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
1043 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1050 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1061 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1068 HCallJSFunction* instr) { in DoCallJSFunction()
1078 HCallWithDescriptor* instr) { in DoCallWithDescriptor()
1097 HTailCallThroughMegamorphicCache* instr) { in DoTailCallThroughMegamorphicCache()
1109 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1117 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1144 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1151 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1159 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1166 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1180 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1188 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1195 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1207 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1214 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1221 LInstruction* LChunkBuilder::DoCallNew(HCallNew* instr) { in DoCallNew()
1229 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1237 LInstruction* LChunkBuilder::DoCallFunction(HCallFunction* instr) { in DoCallFunction()
1245 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1251 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1256 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1261 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1266 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1271 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1286 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1304 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1321 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1344 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1361 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1374 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1394 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1407 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1418 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1434 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1449 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1469 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1486 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1556 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1586 LInstruction* LChunkBuilder::DoRSub(HSub* instr) { in DoRSub()
1624 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1662 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1681 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1699 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1711 HCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
1731 HCompareObjectEqAndBranch* instr) { in DoCompareObjectEqAndBranch()
1739 HCompareHoleAndBranch* instr) { in DoCompareHoleAndBranch()
1746 HCompareMinusZeroAndBranch* instr) { in DoCompareMinusZeroAndBranch()
1753 LInstruction* LChunkBuilder::DoIsObjectAndBranch(HIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
1761 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1769 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1776 HIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
1784 HStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
1797 HHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
1805 HGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
1814 HHasCachedArrayIndexAndBranch* instr) { in DoHasCachedArrayIndexAndBranch()
1822 HClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
1829 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1835 LInstruction* LChunkBuilder::DoDateField(HDateField* instr) { in DoDateField()
1843 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1850 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1861 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1876 HBoundsCheckBaseIndexInformation* instr) { in DoBoundsCheckBaseIndexInformation()
1882 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1889 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1902 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
2000 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
2010 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
2016 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
2023 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
2029 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
2041 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
2060 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2067 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2074 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2084 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2103 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
2111 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2125 LInstruction* LChunkBuilder::DoStoreGlobalCell(HStoreGlobalCell* instr) { in DoStoreGlobalCell()
2135 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2146 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2164 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2170 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2186 HLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
2192 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2197 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2236 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2253 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2297 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2314 HTransitionElementsKind* instr) { in DoTransitionElementsKind()
2332 HTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
2341 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2374 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2385 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2395 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2405 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2414 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2425 LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { in DoRegExpLiteral()
2432 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
2439 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2447 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2463 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2481 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
2487 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2496 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2504 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2513 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2520 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2527 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2533 HIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
2538 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2544 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2557 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2578 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2597 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2605 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2611 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2618 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2627 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2634 HAllocateBlockContext* instr) { in DoAllocateBlockContext()