Lines Matching refs:LChunkBuilder
166 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
409 LPlatformChunk* LChunkBuilder::Build() { in Build()
435 LUnallocated* LChunkBuilder::ToUnallocated(Register reg) { in ToUnallocated()
440 LUnallocated* LChunkBuilder::ToUnallocated(DoubleRegister reg) { in ToUnallocated()
446 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { in UseFixed()
451 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, DoubleRegister reg) { in UseFixedDouble()
456 LOperand* LChunkBuilder::UseRegister(HValue* value) { in UseRegister()
461 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { in UseRegisterAtStart()
468 LOperand* LChunkBuilder::UseTempRegister(HValue* value) { in UseTempRegister()
473 LOperand* LChunkBuilder::Use(HValue* value) { in Use()
478 LOperand* LChunkBuilder::UseAtStart(HValue* value) { in UseAtStart()
484 LOperand* LChunkBuilder::UseOrConstant(HValue* value) { in UseOrConstant()
491 LOperand* LChunkBuilder::UseOrConstantAtStart(HValue* value) { in UseOrConstantAtStart()
498 LOperand* LChunkBuilder::UseRegisterOrConstant(HValue* value) { in UseRegisterOrConstant()
505 LOperand* LChunkBuilder::UseRegisterOrConstantAtStart(HValue* value) { in UseRegisterOrConstantAtStart()
512 LOperand* LChunkBuilder::UseConstant(HValue* value) { in UseConstant()
517 LOperand* LChunkBuilder::UseAny(HValue* value) { in UseAny()
524 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { in Use()
534 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
542 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
549 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
556 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
563 LInstruction* LChunkBuilder::DefineFixed( in DefineFixed()
569 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
575 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
586 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
613 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
620 LUnallocated* LChunkBuilder::TempRegister() { in TempRegister()
633 LUnallocated* LChunkBuilder::TempDoubleRegister() { in TempDoubleRegister()
646 LOperand* LChunkBuilder::FixedTemp(Register reg) { in FixedTemp()
653 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { in FixedTemp()
660 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
665 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
670 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
676 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
681 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
720 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
742 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
757 void LChunkBuilder::DoBasicBlock(HBasicBlock* block, HBasicBlock* next_block) { in DoBasicBlock()
824 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction()
866 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
924 LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) { in DoPrologue()
929 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
934 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
953 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
961 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* length) { in DoArgumentsLength()
968 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* elems) { in DoArgumentsElements()
974 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
985 LInstruction* LChunkBuilder::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
995 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
1003 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1016 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1026 LInstruction* LChunkBuilder::DoStoreCodeEntry( in DoStoreCodeEntry()
1034 LInstruction* LChunkBuilder::DoInnerAllocatedObject( 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()
1067 LInstruction* LChunkBuilder::DoCallJSFunction( in DoCallJSFunction()
1077 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1104 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1112 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1139 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1147 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1154 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1166 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1175 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1182 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1196 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1204 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1211 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1219 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1227 LInstruction* LChunkBuilder::DoCallFunction(HCallFunction* instr) { in DoCallFunction()
1243 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1249 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1254 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1259 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1264 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1269 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1284 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1302 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1319 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1340 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1357 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1370 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1390 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()
1465 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1476 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1544 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1564 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) { in DoMultiplyAdd()
1573 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1610 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1629 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1647 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1658 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1678 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1686 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1693 LInstruction* LChunkBuilder::DoCompareMinusZeroAndBranch( in DoCompareMinusZeroAndBranch()
1701 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1709 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1715 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1723 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
1736 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1744 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1753 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1761 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1769 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1775 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1782 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1793 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1807 LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( in DoBoundsCheckBaseIndexInformation()
1814 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1821 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1826 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { in DoForceRepresentation()
1834 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1932 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1942 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1948 LInstruction* LChunkBuilder::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
1957 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1964 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1970 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1982 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
2001 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2008 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2015 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2025 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2044 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2058 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2069 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2087 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2093 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2108 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
2115 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2120 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2167 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2184 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2226 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2250 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2268 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2278 LInstruction* LChunkBuilder::DoMaybeGrowElements(HMaybeGrowElements* instr) { in DoMaybeGrowElements()
2293 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2326 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2344 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2354 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2364 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2373 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2384 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2392 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2408 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2426 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
2432 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2441 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2449 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2458 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2465 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2473 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2478 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2484 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2497 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2518 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2537 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2545 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2551 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2558 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2568 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2574 LInstruction* LChunkBuilder::DoAllocateBlockContext( in DoAllocateBlockContext()