Lines Matching refs:LCodeGen
25 SafepointGenerator(LCodeGen* codegen, in SafepointGenerator()
40 LCodeGen* codegen_;
48 bool LCodeGen::GenerateCode() { in GenerateCode()
66 void LCodeGen::FinishCode(Handle<Code> code) { in FinishCode()
76 void LCodeGen::MakeSureStackPagesMapped(int offset) { in MakeSureStackPagesMapped()
85 void LCodeGen::SaveCallerDoubles() { in SaveCallerDoubles()
101 void LCodeGen::RestoreCallerDoubles() { in RestoreCallerDoubles()
117 bool LCodeGen::GeneratePrologue() { in GeneratePrologue()
248 void LCodeGen::GenerateOsrPrologue() { in GenerateOsrPrologue()
263 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre()
273 void LCodeGen::GenerateBodyInstructionPost(LInstruction* instr) { in GenerateBodyInstructionPost()
300 bool LCodeGen::GenerateJumpTable() { in GenerateJumpTable()
342 bool LCodeGen::GenerateDeferredCode() { in GenerateDeferredCode()
391 bool LCodeGen::GenerateSafepointTable() { in GenerateSafepointTable()
398 Register LCodeGen::ToRegister(int index) const { in ToRegister()
403 XMMRegister LCodeGen::ToDoubleRegister(int index) const { in ToDoubleRegister()
408 Register LCodeGen::ToRegister(LOperand* op) const { in ToRegister()
414 XMMRegister LCodeGen::ToDoubleRegister(LOperand* op) const { in ToDoubleRegister()
420 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { in IsInteger32Constant()
425 bool LCodeGen::IsDehoistedKeyConstant(LConstantOperand* op) const { in IsDehoistedKeyConstant()
431 bool LCodeGen::IsSmiConstant(LConstantOperand* op) const { in IsSmiConstant()
436 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32()
441 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation()
451 Smi* LCodeGen::ToSmi(LConstantOperand* op) const { in ToSmi()
457 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble()
464 ExternalReference LCodeGen::ToExternalReference(LConstantOperand* op) const { in ToExternalReference()
471 Handle<Object> LCodeGen::ToHandle(LConstantOperand* op) const { in ToHandle()
484 Operand LCodeGen::ToOperand(LOperand* op) const { in ToOperand()
498 void LCodeGen::WriteTranslation(LEnvironment* environment, in WriteTranslation()
554 void LCodeGen::AddToTranslation(LEnvironment* environment, in AddToTranslation()
622 void LCodeGen::CallCodeGeneric(Handle<Code> code, in CallCodeGeneric()
640 void LCodeGen::CallCode(Handle<Code> code, in CallCode()
647 void LCodeGen::CallRuntime(const Runtime::Function* function, in CallRuntime()
660 void LCodeGen::LoadContextFromDeferred(LOperand* context) { in LoadContextFromDeferred()
678 void LCodeGen::CallRuntimeFromDeferred(Runtime::FunctionId id, in CallRuntimeFromDeferred()
690 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment, in RegisterEnvironmentForDeoptimization()
727 void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr, in DeoptimizeIf()
800 void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr, in DeoptimizeIf()
809 void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) { in PopulateDeoptimizationData()
853 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { in DefineDeoptimizationLiteral()
863 void LCodeGen::PopulateDeoptimizationLiteralsWithInlinedFunctions() { in PopulateDeoptimizationLiteralsWithInlinedFunctions()
879 void LCodeGen::RecordSafepointWithLazyDeopt( in RecordSafepointWithLazyDeopt()
891 void LCodeGen::RecordSafepoint( in RecordSafepoint()
913 void LCodeGen::RecordSafepoint(LPointerMap* pointers, in RecordSafepoint()
919 void LCodeGen::RecordSafepoint(Safepoint::DeoptMode deopt_mode) { in RecordSafepoint()
925 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers, in RecordSafepointWithRegisters()
932 void LCodeGen::RecordAndWritePosition(int position) { in RecordAndWritePosition()
946 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
958 void LCodeGen::DoParallelMove(LParallelMove* move) { in DoParallelMove()
963 void LCodeGen::DoGap(LGap* gap) { in DoGap()
974 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
979 void LCodeGen::DoParameter(LParameter* instr) { in DoParameter()
984 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
1009 void LCodeGen::DoUnknownOSRValue(LUnknownOSRValue* instr) { in DoUnknownOSRValue()
1014 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
1047 void LCodeGen::DoModByConstI(LModByConstI* instr) { in DoModByConstI()
1074 void LCodeGen::DoModI(LModI* instr) { in DoModI()
1130 void LCodeGen::DoFlooringDivByPowerOf2I(LFlooringDivByPowerOf2I* instr) { in DoFlooringDivByPowerOf2I()
1174 void LCodeGen::DoFlooringDivByConstI(LFlooringDivByConstI* instr) { in DoFlooringDivByConstI()
1220 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { in DoFlooringDivI()
1272 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
1310 void LCodeGen::DoDivByConstI(LDivByConstI* instr) { in DoDivByConstI()
1340 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
1389 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
1506 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
1593 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
1674 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
1704 void LCodeGen::DoConstantI(LConstantI* instr) { in DoConstantI()
1714 void LCodeGen::DoConstantS(LConstantS* instr) { in DoConstantS()
1719 void LCodeGen::DoConstantD(LConstantD* instr) { in DoConstantD()
1736 void LCodeGen::DoConstantE(LConstantE* instr) { in DoConstantE()
1741 void LCodeGen::DoConstantT(LConstantT* instr) { in DoConstantT()
1748 void LCodeGen::DoMapEnumLength(LMapEnumLength* instr) { in DoMapEnumLength()
1755 void LCodeGen::DoDateField(LDateField* instr) { in DoDateField()
1792 Operand LCodeGen::BuildSeqStringOperand(Register string, in BuildSeqStringOperand()
1810 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
1838 void LCodeGen::DoSeqStringSetChar(LSeqStringSetChar* instr) { in DoSeqStringSetChar()
1875 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1936 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
2014 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
2053 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
2066 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch()
2088 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
2094 void LCodeGen::DoDebugBreak(LDebugBreak* instr) { in DoDebugBreak()
2099 void LCodeGen::DoBranch(LBranch* instr) { in DoBranch()
2236 void LCodeGen::EmitGoto(int block) { in EmitGoto()
2243 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
2248 inline Condition LCodeGen::TokenToCondition(Token::Value op, bool is_unsigned) { in TokenToCondition()
2280 void LCodeGen::DoCompareNumericAndBranch(LCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
2345 void LCodeGen::DoCmpObjectEqAndBranch(LCmpObjectEqAndBranch* instr) { in DoCmpObjectEqAndBranch()
2359 void LCodeGen::DoCmpHoleAndBranch(LCmpHoleAndBranch* instr) { in DoCmpHoleAndBranch()
2381 void LCodeGen::DoCompareMinusZeroAndBranch(LCompareMinusZeroAndBranch* instr) { in DoCompareMinusZeroAndBranch()
2408 Condition LCodeGen::EmitIsObject(Register input, in EmitIsObject()
2433 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
2443 Condition LCodeGen::EmitIsString(Register input, in EmitIsString()
2457 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
2472 void LCodeGen::DoIsSmiAndBranch(LIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
2485 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
2499 void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
2533 void LCodeGen::DoHasInstanceTypeAndBranch(LHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
2545 void LCodeGen::DoGetCachedArrayIndex(LGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
2557 void LCodeGen::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
2569 void LCodeGen::EmitClassOfTest(Label* is_true, in EmitClassOfTest()
2635 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
2648 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
2656 void LCodeGen::DoInstanceOf(LInstanceOf* instr) { in DoInstanceOf()
2673 void LCodeGen::DoInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr) { in DoInstanceOfKnownGlobal()
2676 DeferredInstanceOfKnownGlobal(LCodeGen* codegen, in DoInstanceOfKnownGlobal()
2738 void LCodeGen::DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, in DoDeferredInstanceOfKnownGlobal()
2783 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
2802 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
2840 void LCodeGen::DoLoadGlobalCell(LLoadGlobalCell* instr) { in DoLoadGlobalCell()
2851 void LCodeGen::EmitVectorLoadICRegisters(T* instr) { in EmitVectorLoadICRegisters()
2863 void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2879 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
2905 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
2923 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
2959 void LCodeGen::DoLoadNamedField(LLoadNamedField* instr) { in DoLoadNamedField()
3007 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3021 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
3046 void LCodeGen::DoLoadRoot(LLoadRoot* instr) { in DoLoadRoot()
3052 void LCodeGen::DoAccessArgumentsAt(LAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
3083 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
3165 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
3195 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
3248 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
3259 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand()
3289 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3303 void LCodeGen::DoArgumentsElements(LArgumentsElements* instr) { in DoArgumentsElements()
3331 void LCodeGen::DoArgumentsLength(LArgumentsLength* instr) { in DoArgumentsLength()
3356 void LCodeGen::DoWrapReceiver(LWrapReceiver* instr) { in DoWrapReceiver()
3407 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
3449 void LCodeGen::DoPushArgument(LPushArgument* instr) { in DoPushArgument()
3455 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
3460 void LCodeGen::DoThisFunction(LThisFunction* instr) { in DoThisFunction()
3466 void LCodeGen::DoContext(LContext* instr) { in DoContext()
3477 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
3486 void LCodeGen::CallKnownFunction(Handle<JSFunction> function, in CallKnownFunction()
3532 void LCodeGen::DoTailCallThroughMegamorphicCache( in DoTailCallThroughMegamorphicCache()
3556 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
3578 void LCodeGen::DoCallJSFunction(LCallJSFunction* instr) { in DoCallJSFunction()
3611 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber()
3655 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs()
3666 void LCodeGen::EmitSmiMathAbs(LMathAbs* instr) { in EmitSmiMathAbs()
3677 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs()
3681 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs()
3716 void LCodeGen::DoMathFloor(LMathFloor* instr) { in DoMathFloor()
3775 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
3833 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
3841 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
3853 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
3885 void LCodeGen::DoPower(LPower* instr) { in DoPower()
3920 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
3931 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
3964 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
3978 void LCodeGen::DoInvokeFunction(LInvokeFunction* instr) { in DoInvokeFunction()
3999 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
4010 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
4023 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
4068 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
4074 void LCodeGen::DoStoreCodeEntry(LStoreCodeEntry* instr) { in DoStoreCodeEntry()
4082 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
4095 void LCodeGen::DoStoreNamedField(LStoreNamedField* instr) { in DoStoreNamedField()
4210 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
4221 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
4282 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
4354 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
4388 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4465 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
4476 void LCodeGen::DoStoreKeyedGeneric(LStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
4488 void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { in DoTransitionElementsKind()
4520 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
4530 void LCodeGen::DoStringAdd(LStringAdd* instr) { in DoStringAdd()
4541 void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) { in DoStringCharCodeAt()
4544 DeferredStringCharCodeAt(LCodeGen* codegen, LStringCharCodeAt* instr) in DoStringCharCodeAt()
4566 void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) { in DoDeferredStringCharCodeAt()
4596 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) { in DoStringCharFromCode()
4599 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr) in DoStringCharFromCode()
4630 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) { in DoDeferredStringCharFromCode()
4647 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
4660 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
4668 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { in DoNumberTagI()
4671 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) in DoNumberTagI()
4698 void LCodeGen::DoNumberTagU(LNumberTagU* instr) { in DoNumberTagU()
4701 DeferredNumberTagU(LCodeGen* codegen, LNumberTagU* instr) in DoNumberTagU()
4724 void LCodeGen::DoDeferredNumberTagIU(LInstruction* instr, in DoDeferredNumberTagIU()
4785 void LCodeGen::DoNumberTagD(LNumberTagD* instr) { in DoNumberTagD()
4788 DeferredNumberTagD(LCodeGen* codegen, LNumberTagD* instr) in DoNumberTagD()
4813 void LCodeGen::DoDeferredNumberTagD(LNumberTagD* instr) { in DoDeferredNumberTagD()
4837 void LCodeGen::DoSmiTag(LSmiTag* instr) { in DoSmiTag()
4854 void LCodeGen::DoSmiUntag(LSmiUntag* instr) { in DoSmiUntag()
4867 void LCodeGen::EmitNumberUntagD(LNumberUntagD* instr, Register input_reg, in EmitNumberUntagD()
4927 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4981 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4984 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5010 void LCodeGen::DoNumberUntagD(LNumberUntagD* instr) { in DoNumberUntagD()
5027 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
5057 void LCodeGen::DoDoubleToSmi(LDoubleToSmi* instr) { in DoDoubleToSmi()
5085 void LCodeGen::DoCheckSmi(LCheckSmi* instr) { in DoCheckSmi()
5092 void LCodeGen::DoCheckNonSmi(LCheckNonSmi* instr) { in DoCheckNonSmi()
5101 void LCodeGen::DoCheckInstanceType(LCheckInstanceType* instr) { in DoCheckInstanceType()
5147 void LCodeGen::DoCheckValue(LCheckValue* instr) { in DoCheckValue()
5154 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration()
5169 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { in DoCheckMaps()
5172 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) in DoCheckMaps()
5225 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
5233 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
5240 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
5276 void LCodeGen::DoDoubleBits(LDoubleBits* instr) { in DoDoubleBits()
5288 void LCodeGen::DoConstructDouble(LConstructDouble* instr) { in DoConstructDouble()
5300 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5303 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5366 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
5404 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
5411 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
5462 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
5482 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
5490 void LCodeGen::EmitPushTaggedOperand(LOperand* operand) { in EmitPushTaggedOperand()
5502 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5511 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
5590 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
5598 void LCodeGen::EmitIsConstructCall(Register temp) { in EmitIsConstructCall()
5616 void LCodeGen::EnsureSpaceForLazyDeopt(int space_needed) { in EnsureSpaceForLazyDeopt()
5630 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
5639 void LCodeGen::DoDeoptimize(LDeoptimize* instr) { in DoDeoptimize()
5652 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
5657 void LCodeGen::DoDummyUse(LDummyUse* instr) { in DoDummyUse()
5662 void LCodeGen::DoDeferredStackCheck(LStackCheck* instr) { in DoDeferredStackCheck()
5673 void LCodeGen::DoStackCheck(LStackCheck* instr) { in DoStackCheck()
5676 DeferredStackCheck(LCodeGen* codegen, LStackCheck* instr) in DoStackCheck()
5720 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
5735 void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) { in DoForInPrepareMap()
5770 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
5791 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
5799 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, in DoDeferredLoadMutableDouble()
5813 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
5816 DeferredLoadMutableDouble(LCodeGen* codegen, in DoLoadFieldByIndex()
5870 void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) { in DoStoreFrameContext()
5876 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()