Lines Matching defs:instr

270 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) {  in GenerateBodyInstructionPre()
727 LInstruction* instr) { in CallCode()
734 LInstruction* instr, in CallCodeGeneric()
744 LInstruction* instr, in CallRuntime()
771 LInstruction* instr, in CallRuntimeFromDeferred()
817 void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, in DeoptimizeIf()
884 void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, in DeoptimizeIf()
965 LInstruction* instr, SafepointMode safepoint_mode) { in RecordSafepointWithLazyDeopt()
1059 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
1064 void LCodeGen::DoParameter(LParameter* instr) { in DoParameter()
1069 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
1094 void LCodeGen::DoUnknownOSRValue(LUnknownOSRValue* instr) { in DoUnknownOSRValue()
1099 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
1132 void LCodeGen::DoModByConstI(LModByConstI* instr) { in DoModByConstI()
1158 void LCodeGen::DoModI(LModI* instr) { in DoModI()
1198 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
1242 void LCodeGen::DoDivByConstI(LDivByConstI* instr) { in DoDivByConstI()
1271 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
1310 void LCodeGen::DoMultiplyAddD(LMultiplyAddD* instr) { in DoMultiplyAddD()
1322 void LCodeGen::DoFlooringDivByPowerOf2I(LFlooringDivByPowerOf2I* instr) { in DoFlooringDivByPowerOf2I()
1379 void LCodeGen::DoFlooringDivByConstI(LFlooringDivByConstI* instr) { in DoFlooringDivByConstI()
1425 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { in DoFlooringDivI()
1467 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
1574 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
1610 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
1697 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
1734 void LCodeGen::DoConstantI(LConstantI* instr) { in DoConstantI()
1739 void LCodeGen::DoConstantS(LConstantS* instr) { in DoConstantS()
1744 void LCodeGen::DoConstantD(LConstantD* instr) { in DoConstantD()
1752 void LCodeGen::DoConstantE(LConstantE* instr) { in DoConstantE()
1757 void LCodeGen::DoConstantT(LConstantT* instr) { in DoConstantT()
1764 void LCodeGen::DoMapEnumLength(LMapEnumLength* instr) { in DoMapEnumLength()
1771 void LCodeGen::DoDateField(LDateField* instr) { in DoDateField()
1834 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
1862 void LCodeGen::DoSeqStringSetChar(LSeqStringSetChar* instr) { in DoSeqStringSetChar()
1887 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1925 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
1986 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
2027 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
2043 void LCodeGen::EmitBranch(InstrType instr, in EmitBranch()
2066 void LCodeGen::EmitBranchF(InstrType instr, in EmitBranchF()
2091 void LCodeGen::EmitFalseBranch(InstrType instr, in EmitFalseBranch()
2101 void LCodeGen::EmitFalseBranchF(InstrType instr, in EmitFalseBranchF()
2111 void LCodeGen::DoDebugBreak(LDebugBreak* instr) { in DoDebugBreak()
2116 void LCodeGen::DoBranch(LBranch* instr) { in DoBranch()
2251 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
2288 void LCodeGen::DoCompareNumericAndBranch(LCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
2351 void LCodeGen::DoCmpObjectEqAndBranch(LCmpObjectEqAndBranch* instr) { in DoCmpObjectEqAndBranch()
2359 void LCodeGen::DoCmpHoleAndBranch(LCmpHoleAndBranch* instr) { in DoCmpHoleAndBranch()
2376 void LCodeGen::DoCompareMinusZeroAndBranch(LCompareMinusZeroAndBranch* instr) { in DoCompareMinusZeroAndBranch()
2428 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
2455 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
2470 void LCodeGen::DoIsSmiAndBranch(LIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
2477 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
2511 void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
2524 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2533 static Condition BranchCondition(HHasInstanceTypeAndBranch* instr) { in BranchCondition()
2544 void LCodeGen::DoHasInstanceTypeAndBranch(LHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
2560 void LCodeGen::DoGetCachedArrayIndex(LGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
2572 LHasCachedArrayIndexAndBranch* instr) { in DoHasCachedArrayIndexAndBranch()
2649 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
2662 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
2671 void LCodeGen::DoInstanceOf(LInstanceOf* instr) { in DoInstanceOf()
2691 void LCodeGen::DoInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr) { in DoInstanceOfKnownGlobal()
2695 LInstanceOfKnownGlobal* instr) in DoInstanceOfKnownGlobal()
2700 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoInstanceOfKnownGlobal() function in v8::internal::LCodeGen::DoInstanceOfKnownGlobal::FINAL
2768 void LCodeGen::DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, in DoDeferredInstanceOfKnownGlobal()
2812 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
2834 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
2875 void LCodeGen::DoLoadGlobalCell(LLoadGlobalCell* instr) { in DoLoadGlobalCell()
2887 void LCodeGen::EmitVectorLoadICRegisters(T* instr) { in EmitVectorLoadICRegisters()
2899 void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2915 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
2941 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
2961 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
2999 void LCodeGen::DoLoadNamedField(LLoadNamedField* instr) { in DoLoadNamedField()
3027 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3042 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
3068 void LCodeGen::DoLoadRoot(LLoadRoot* instr) { in DoLoadRoot()
3074 void LCodeGen::DoAccessArgumentsAt(LAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
3119 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
3211 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
3247 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
3287 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
3335 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3349 void LCodeGen::DoArgumentsElements(LArgumentsElements* instr) { in DoArgumentsElements()
3371 void LCodeGen::DoArgumentsLength(LArgumentsLength* instr) { in DoArgumentsLength()
3392 void LCodeGen::DoWrapReceiver(LWrapReceiver* instr) { in DoWrapReceiver()
3452 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
3500 void LCodeGen::DoPushArgument(LPushArgument* instr) { in DoPushArgument()
3511 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
3516 void LCodeGen::DoThisFunction(LThisFunction* instr) { in DoThisFunction()
3522 void LCodeGen::DoContext(LContext* instr) { in DoContext()
3534 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
3547 LInstruction* instr, in CallKnownFunction()
3585 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber()
3653 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs()
3667 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs()
3671 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs()
3676 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoMathAbs() function in v8::internal::LCodeGen::DoMathAbs::FINAL
3702 void LCodeGen::DoMathFloor(LMathFloor* instr) { in DoMathFloor()
3730 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
3804 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
3812 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
3819 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
3843 void LCodeGen::DoPower(LPower* instr) { in DoPower()
3879 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
3893 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
3902 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
3909 void LCodeGen::DoInvokeFunction(LInvokeFunction* instr) { in DoInvokeFunction()
3931 LTailCallThroughMegamorphicCache* instr) { in DoTailCallThroughMegamorphicCache()
3958 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
3980 void LCodeGen::DoCallJSFunction(LCallJSFunction* instr) { in DoCallJSFunction()
3999 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
4010 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
4023 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
4067 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
4072 void LCodeGen::DoStoreCodeEntry(LStoreCodeEntry* instr) { in DoStoreCodeEntry()
4082 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
4095 void LCodeGen::DoStoreNamedField(LStoreNamedField* instr) { in DoStoreNamedField()
4178 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
4189 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
4212 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
4302 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
4349 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4397 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
4409 void LCodeGen::DoStoreKeyedGeneric(LStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
4421 void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { in DoTransitionElementsKind()
4459 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
4470 void LCodeGen::DoStringAdd(LStringAdd* instr) { in DoStringAdd()
4481 void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) { in DoStringCharCodeAt()
4484 DeferredStringCharCodeAt(LCodeGen* codegen, LStringCharCodeAt* instr) in DoStringCharCodeAt()
4489 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoStringCharCodeAt() function in v8::internal::LCodeGen::DoStringCharCodeAt::FINAL
4505 void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) { in DoDeferredStringCharCodeAt()
4536 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) { in DoStringCharFromCode()
4539 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr) in DoStringCharFromCode()
4544 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoStringCharFromCode() function in v8::internal::LCodeGen::DoStringCharFromCode::FINAL
4570 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) { in DoDeferredStringCharFromCode()
4587 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
4604 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
4614 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { in DoNumberTagI()
4617 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) in DoNumberTagI()
4626 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoNumberTagI() function in v8::internal::LCodeGen::DoNumberTagI::FINAL
4642 void LCodeGen::DoNumberTagU(LNumberTagU* instr) { in DoNumberTagU()
4645 DeferredNumberTagU(LCodeGen* codegen, LNumberTagU* instr) in DoNumberTagU()
4654 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoNumberTagU() function in v8::internal::LCodeGen::DoNumberTagU::FINAL
4669 void LCodeGen::DoDeferredNumberTagIU(LInstruction* instr, in DoDeferredNumberTagIU()
4736 void LCodeGen::DoNumberTagD(LNumberTagD* instr) { in DoNumberTagD()
4739 DeferredNumberTagD(LCodeGen* codegen, LNumberTagD* instr) in DoNumberTagD()
4744 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoNumberTagD() function in v8::internal::LCodeGen::DoNumberTagD::FINAL
4771 void LCodeGen::DoDeferredNumberTagD(LNumberTagD* instr) { in DoDeferredNumberTagD()
4793 void LCodeGen::DoSmiTag(LSmiTag* instr) { in DoSmiTag()
4812 void LCodeGen::DoSmiUntag(LSmiUntag* instr) { in DoSmiUntag()
4828 void LCodeGen::EmitNumberUntagD(LNumberUntagD* instr, Register input_reg, in EmitNumberUntagD()
4879 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4959 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4962 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4967 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoTaggedToI() function in v8::internal::LCodeGen::DoTaggedToI::FINAL
4993 void LCodeGen::DoNumberUntagD(LNumberUntagD* instr) { in DoNumberUntagD()
5010 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
5043 void LCodeGen::DoDoubleToSmi(LDoubleToSmi* instr) { in DoDoubleToSmi()
5078 void LCodeGen::DoCheckSmi(LCheckSmi* instr) { in DoCheckSmi()
5085 void LCodeGen::DoCheckNonSmi(LCheckNonSmi* instr) { in DoCheckNonSmi()
5094 void LCodeGen::DoCheckInstanceType(LCheckInstanceType* instr) { in DoCheckInstanceType()
5132 void LCodeGen::DoCheckValue(LCheckValue* instr) { in DoCheckValue()
5148 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration()
5163 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { in DoCheckMaps()
5166 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) in DoCheckMaps()
5174 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoCheckMaps() function in v8::internal::LCodeGen::DoCheckMaps::FINAL
5219 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
5227 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
5234 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
5268 void LCodeGen::DoDoubleBits(LDoubleBits* instr) { in DoDoubleBits()
5279 void LCodeGen::DoConstructDouble(LConstructDouble* instr) { in DoConstructDouble()
5287 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5290 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5295 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoAllocate() function in v8::internal::LCodeGen::DoAllocate::FINAL
5353 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
5398 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
5406 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
5459 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
5479 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
5487 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5608 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
5654 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
5663 void LCodeGen::DoDeoptimize(LDeoptimize* instr) { in DoDeoptimize()
5678 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
5683 void LCodeGen::DoDummyUse(LDummyUse* instr) { in DoDummyUse()
5688 void LCodeGen::DoDeferredStackCheck(LStackCheck* instr) { in DoDeferredStackCheck()
5700 void LCodeGen::DoStackCheck(LStackCheck* instr) { in DoStackCheck()
5703 DeferredStackCheck(LCodeGen* codegen, LStackCheck* instr) in DoStackCheck()
5708 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoStackCheck() function in v8::internal::LCodeGen::DoStackCheck::FINAL
5746 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
5761 void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) { in DoForInPrepareMap()
5798 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
5819 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
5827 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, in DoDeferredLoadMutableDouble()
5841 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
5845 LLoadFieldByIndex* instr, in DoLoadFieldByIndex()
5858 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoLoadFieldByIndex() function in v8::internal::LCodeGen::DoLoadFieldByIndex::FINAL
5901 void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) { in DoStoreFrameContext()
5907 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()