• Home
  • Raw
  • Download

Lines Matching refs:LChunkBuilder

442 LPlatformChunk* LChunkBuilder::Build() {  in Build()
475 LUnallocated* LChunkBuilder::ToUnallocated(Register reg) { in ToUnallocated()
480 LUnallocated* LChunkBuilder::ToUnallocated(X87Register reg) { in ToUnallocated()
486 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { in UseFixed()
491 LOperand* LChunkBuilder::UseRegister(HValue* value) { in UseRegister()
496 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { in UseRegisterAtStart()
503 LOperand* LChunkBuilder::UseTempRegister(HValue* value) { in UseTempRegister()
508 LOperand* LChunkBuilder::Use(HValue* value) { in Use()
513 LOperand* LChunkBuilder::UseAtStart(HValue* value) { in UseAtStart()
524 LOperand* LChunkBuilder::UseOrConstant(HValue* value) { in UseOrConstant()
531 LOperand* LChunkBuilder::UseOrConstantAtStart(HValue* value) { in UseOrConstantAtStart()
538 LOperand* LChunkBuilder::UseFixedOrConstant(HValue* value, in UseFixedOrConstant()
546 LOperand* LChunkBuilder::UseRegisterOrConstant(HValue* value) { in UseRegisterOrConstant()
553 LOperand* LChunkBuilder::UseRegisterOrConstantAtStart(HValue* value) { in UseRegisterOrConstantAtStart()
560 LOperand* LChunkBuilder::UseConstant(HValue* value) { in UseConstant()
565 LOperand* LChunkBuilder::UseAny(HValue* value) { in UseAny()
572 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { in Use()
582 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
590 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
597 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
605 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
612 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr, in DefineFixed()
618 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr, in DefineFixed()
624 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
635 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
663 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
670 LUnallocated* LChunkBuilder::TempRegister() { in TempRegister()
683 LOperand* LChunkBuilder::FixedTemp(Register reg) { in FixedTemp()
690 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
695 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
700 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
706 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
711 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
750 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
769 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
784 void LChunkBuilder::DoBasicBlock(HBasicBlock* block, HBasicBlock* next_block) { in DoBasicBlock()
851 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction()
901 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
969 LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) { in DoPrologue()
974 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
979 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
1001 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
1006 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
1013 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* length) { in DoArgumentsLength()
1019 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* elems) { in DoArgumentsElements()
1025 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
1036 LInstruction* LChunkBuilder::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
1047 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
1057 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1070 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1080 LInstruction* LChunkBuilder::DoStoreCodeEntry( in DoStoreCodeEntry()
1088 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1097 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1104 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1115 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1121 LInstruction* LChunkBuilder::DoCallJSFunction( in DoCallJSFunction()
1131 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1157 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1165 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1183 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1190 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1197 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1204 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1216 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1224 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1231 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1242 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1251 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1258 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1266 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()
1621 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1643 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1654 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1665 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1695 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1703 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1710 LInstruction* LChunkBuilder::DoCompareMinusZeroAndBranch( in DoCompareMinusZeroAndBranch()
1717 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1724 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1730 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1738 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
1753 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1762 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1771 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1779 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1788 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1794 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1801 LOperand* LChunkBuilder::GetSeqStringSetCharOperand(HSeqStringSetChar* instr) { in GetSeqStringSetCharOperand()
1818 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1834 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1848 LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( in DoBoundsCheckBaseIndexInformation()
1855 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1862 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1867 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { in DoForceRepresentation()
1875 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1970 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1980 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1986 LInstruction* LChunkBuilder::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
1996 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
2004 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
2015 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
2027 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
2047 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2054 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2061 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2069 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2088 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2103 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2114 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2133 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2142 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2156 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
2164 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2169 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2214 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2229 LOperand* LChunkBuilder::GetStoreKeyedValueOperand(HStoreKeyed* instr) { in GetStoreKeyedValueOperand()
2249 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2301 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2325 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2345 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2355 LInstruction* LChunkBuilder::DoMaybeGrowElements(HMaybeGrowElements* instr) { in DoMaybeGrowElements()
2370 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2426 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2444 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2453 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2463 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2472 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2484 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2492 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2508 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2531 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
2538 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2547 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2555 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2571 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2578 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2586 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2591 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2597 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2611 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2632 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2650 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2658 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2665 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2672 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2681 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2687 LInstruction* LChunkBuilder::DoAllocateBlockContext( in DoAllocateBlockContext()