Lines Matching defs:instr

367 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) {  in GenerateBodyInstructionPre()
377 void LCodeGen::GenerateBodyInstructionPost(LInstruction* instr) { } in GenerateBodyInstructionPost()
719 LInstruction* instr, in CallCodeGeneric()
736 LInstruction* instr) { in CallCode()
743 LInstruction* instr, in CallRuntime()
774 LInstruction* instr, in CallRuntimeFromDeferred()
823 void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr, in DeoptimizeIf()
890 void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr, in DeoptimizeIf()
970 LInstruction* instr, SafepointMode safepoint_mode) { in RecordSafepointWithLazyDeopt()
1062 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
1067 void LCodeGen::DoParameter(LParameter* instr) { in DoParameter()
1072 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
1097 void LCodeGen::DoUnknownOSRValue(LUnknownOSRValue* instr) { in DoUnknownOSRValue()
1102 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
1135 void LCodeGen::DoModByConstI(LModByConstI* instr) { in DoModByConstI()
1162 void LCodeGen::DoModI(LModI* instr) { in DoModI()
1217 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
1255 void LCodeGen::DoDivByConstI(LDivByConstI* instr) { in DoDivByConstI()
1285 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
1334 void LCodeGen::DoFlooringDivByPowerOf2I(LFlooringDivByPowerOf2I* instr) { in DoFlooringDivByPowerOf2I()
1378 void LCodeGen::DoFlooringDivByConstI(LFlooringDivByConstI* instr) { in DoFlooringDivByConstI()
1424 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { in DoFlooringDivI()
1476 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
1561 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
1608 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
1684 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
1701 void LCodeGen::DoConstantI(LConstantI* instr) { in DoConstantI()
1706 void LCodeGen::DoConstantS(LConstantS* instr) { in DoConstantS()
1711 void LCodeGen::DoConstantD(LConstantD* instr) { in DoConstantD()
1750 void LCodeGen::DoConstantE(LConstantE* instr) { in DoConstantE()
1755 void LCodeGen::DoConstantT(LConstantT* instr) { in DoConstantT()
1763 void LCodeGen::DoMapEnumLength(LMapEnumLength* instr) { in DoMapEnumLength()
1770 void LCodeGen::DoDateField(LDateField* instr) { in DoDateField()
1825 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
1853 void LCodeGen::DoSeqStringSetChar(LSeqStringSetChar* instr) { in DoSeqStringSetChar()
1891 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1918 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
1980 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
2024 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
2037 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch()
2057 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
2067 void LCodeGen::DoBranch(LBranch* instr) { in DoBranch()
2207 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
2244 void LCodeGen::DoCompareNumericAndBranch(LCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
2284 void LCodeGen::DoCmpObjectEqAndBranch(LCmpObjectEqAndBranch* instr) { in DoCmpObjectEqAndBranch()
2298 void LCodeGen::DoCmpHoleAndBranch(LCmpHoleAndBranch* instr) { in DoCmpHoleAndBranch()
2320 void LCodeGen::DoCompareMinusZeroAndBranch(LCompareMinusZeroAndBranch* instr) { in DoCompareMinusZeroAndBranch()
2371 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
2396 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
2411 void LCodeGen::DoIsSmiAndBranch(LIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
2419 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
2454 void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
2467 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2476 static Condition BranchCondition(HHasInstanceTypeAndBranch* instr) { in BranchCondition()
2487 void LCodeGen::DoHasInstanceTypeAndBranch(LHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
2500 void LCodeGen::DoGetCachedArrayIndex(LGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
2512 LHasCachedArrayIndexAndBranch* instr) { in DoHasCachedArrayIndexAndBranch()
2586 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
2600 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
2607 void LCodeGen::DoInstanceOf(LInstanceOf* instr) { in DoInstanceOf()
2624 void LCodeGen::DoInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr) { in DoInstanceOfKnownGlobal()
2628 LInstanceOfKnownGlobal* instr) in DoInstanceOfKnownGlobal()
2633 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoInstanceOfKnownGlobal() function in v8::internal::LCodeGen::DoInstanceOfKnownGlobal::FINAL
2687 void LCodeGen::DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, in DoDeferredInstanceOfKnownGlobal()
2725 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
2743 void LCodeGen::EmitReturn(LReturn* instr, bool dynamic_frame_alignment) { in EmitReturn()
2780 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
2818 void LCodeGen::DoLoadGlobalCell(LLoadGlobalCell* instr) { in DoLoadGlobalCell()
2829 void LCodeGen::EmitVectorLoadICRegisters(T* instr) { in EmitVectorLoadICRegisters()
2841 void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2857 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
2876 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
2895 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
2931 void LCodeGen::DoLoadNamedField(LLoadNamedField* instr) { in DoLoadNamedField()
2979 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2993 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
3019 void LCodeGen::DoLoadRoot(LLoadRoot* instr) { in DoLoadRoot()
3025 void LCodeGen::DoAccessArgumentsAt(LAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
3045 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
3119 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
3141 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
3163 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
3205 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3219 void LCodeGen::DoArgumentsElements(LArgumentsElements* instr) { in DoArgumentsElements()
3248 void LCodeGen::DoArgumentsLength(LArgumentsLength* instr) { in DoArgumentsLength()
3270 void LCodeGen::DoWrapReceiver(LWrapReceiver* instr) { in DoWrapReceiver()
3319 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
3359 void LCodeGen::DoDebugBreak(LDebugBreak* instr) { in DoDebugBreak()
3364 void LCodeGen::DoPushArgument(LPushArgument* instr) { in DoPushArgument()
3370 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
3375 void LCodeGen::DoThisFunction(LThisFunction* instr) { in DoThisFunction()
3381 void LCodeGen::DoContext(LContext* instr) { in DoContext()
3392 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
3404 LInstruction* instr, in CallKnownFunction()
3445 LTailCallThroughMegamorphicCache* instr) { in DoTailCallThroughMegamorphicCache()
3470 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
3492 void LCodeGen::DoCallJSFunction(LCallJSFunction* instr) { in DoCallJSFunction()
3521 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber()
3566 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs()
3577 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs()
3582 LMathAbs* instr) in DoMathAbs()
3587 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoMathAbs() function in v8::internal::LCodeGen::DoMathAbs::FINAL
3615 void LCodeGen::DoMathFloor(LMathFloor* instr) { in DoMathFloor()
3680 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
3739 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
3747 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
3754 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
3788 void LCodeGen::DoPower(LPower* instr) { in DoPower()
3823 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
3854 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
3868 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
3879 void LCodeGen::DoInvokeFunction(LInvokeFunction* instr) { in DoInvokeFunction()
3901 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
3912 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
3925 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
3970 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
3976 void LCodeGen::DoStoreCodeEntry(LStoreCodeEntry* instr) { in DoStoreCodeEntry()
3984 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
3997 void LCodeGen::DoStoreNamedField(LStoreNamedField* instr) { in DoStoreNamedField()
4089 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
4100 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
4125 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
4189 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
4215 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4259 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
4271 void LCodeGen::DoStoreKeyedGeneric(LStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
4283 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
4293 void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { in DoTransitionElementsKind()
4332 void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) { in DoStringCharCodeAt()
4336 LStringCharCodeAt* instr) in DoStringCharCodeAt()
4341 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoStringCharCodeAt() function in v8::internal::LCodeGen::DoStringCharCodeAt::FINAL
4359 void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) { in DoDeferredStringCharCodeAt()
4390 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) { in DoStringCharFromCode()
4394 LStringCharFromCode* instr) in DoStringCharFromCode()
4399 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoStringCharFromCode() function in v8::internal::LCodeGen::DoStringCharFromCode::FINAL
4424 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) { in DoDeferredStringCharFromCode()
4441 void LCodeGen::DoStringAdd(LStringAdd* instr) { in DoStringAdd()
4452 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
4461 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
4468 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { in DoNumberTagI()
4472 LNumberTagI* instr) in DoNumberTagI()
4478 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoNumberTagI() function in v8::internal::LCodeGen::DoNumberTagI::FINAL
4495 void LCodeGen::DoNumberTagU(LNumberTagU* instr) { in DoNumberTagU()
4498 DeferredNumberTagU(LCodeGen* codegen, LNumberTagU* instr) in DoNumberTagU()
4504 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoNumberTagU() function in v8::internal::LCodeGen::DoNumberTagU::FINAL
4522 void LCodeGen::DoDeferredNumberTagIU(LInstruction* instr, in DoDeferredNumberTagIU()
4577 void LCodeGen::DoNumberTagD(LNumberTagD* instr) { in DoNumberTagD()
4580 DeferredNumberTagD(LCodeGen* codegen, LNumberTagD* instr) in DoNumberTagD()
4585 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoNumberTagD() function in v8::internal::LCodeGen::DoNumberTagD::FINAL
4606 void LCodeGen::DoDeferredNumberTagD(LNumberTagD* instr) { in DoDeferredNumberTagD()
4627 void LCodeGen::DoSmiTag(LSmiTag* instr) { in DoSmiTag()
4643 void LCodeGen::DoSmiUntag(LSmiUntag* instr) { in DoSmiUntag()
4657 void LCodeGen::EmitNumberUntagD(LNumberUntagD* instr, Register input_reg, in EmitNumberUntagD()
4719 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4777 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4780 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4785 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoTaggedToI() function in v8::internal::LCodeGen::DoTaggedToI::FINAL
4812 void LCodeGen::DoNumberUntagD(LNumberUntagD* instr) { in DoNumberUntagD()
4832 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
4862 void LCodeGen::DoDoubleToSmi(LDoubleToSmi* instr) { in DoDoubleToSmi()
4889 void LCodeGen::DoCheckSmi(LCheckSmi* instr) { in DoCheckSmi()
4896 void LCodeGen::DoCheckNonSmi(LCheckNonSmi* instr) { in DoCheckNonSmi()
4905 void LCodeGen::DoCheckInstanceType(LCheckInstanceType* instr) { in DoCheckInstanceType()
4950 void LCodeGen::DoCheckValue(LCheckValue* instr) { in DoCheckValue()
4964 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration()
4979 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { in DoCheckMaps()
4982 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) in DoCheckMaps()
4990 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoCheckMaps() function in v8::internal::LCodeGen::DoCheckMaps::FINAL
5035 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
5043 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
5050 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
5085 void LCodeGen::DoDoubleBits(LDoubleBits* instr) { in DoDoubleBits()
5103 void LCodeGen::DoConstructDouble(LConstructDouble* instr) { in DoConstructDouble()
5122 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5125 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5130 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoAllocate() function in v8::internal::LCodeGen::DoAllocate::FINAL
5187 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
5232 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
5239 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
5291 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
5311 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
5319 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5328 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
5404 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
5444 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
5453 void LCodeGen::DoDeoptimize(LDeoptimize* instr) { in DoDeoptimize()
5466 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
5471 void LCodeGen::DoDummyUse(LDummyUse* instr) { in DoDummyUse()
5476 void LCodeGen::DoDeferredStackCheck(LStackCheck* instr) { in DoDeferredStackCheck()
5488 void LCodeGen::DoStackCheck(LStackCheck* instr) { in DoStackCheck()
5491 DeferredStackCheck(LCodeGen* codegen, LStackCheck* instr) in DoStackCheck()
5496 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoStackCheck() function in v8::internal::LCodeGen::DoStackCheck::FINAL
5539 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
5554 void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) { in DoForInPrepareMap()
5587 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
5609 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
5617 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, in DoDeferredLoadMutableDouble()
5631 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
5635 LLoadFieldByIndex* instr, in DoLoadFieldByIndex()
5646 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoLoadFieldByIndex() function in v8::internal::LCodeGen::DoLoadFieldByIndex::FINAL
5687 void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) { in DoStoreFrameContext()
5693 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()