Lines Matching refs:LCodeGen
20 SafepointGenerator(LCodeGen* codegen, in SafepointGenerator()
35 LCodeGen* codegen_;
43 bool LCodeGen::GenerateCode() { in GenerateCode()
58 void LCodeGen::FinishCode(Handle<Code> code) { in FinishCode()
66 void LCodeGen::SaveCallerDoubles() { in SaveCallerDoubles()
82 void LCodeGen::RestoreCallerDoubles() { in RestoreCallerDoubles()
98 bool LCodeGen::GeneratePrologue() { in GeneratePrologue()
146 void LCodeGen::DoPrologue(LPrologue* instr) { in DoPrologue()
208 void LCodeGen::GenerateOsrPrologue() { in GenerateOsrPrologue()
223 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre()
233 bool LCodeGen::GenerateDeferredCode() { in GenerateDeferredCode()
276 bool LCodeGen::GenerateJumpTable() { in GenerateJumpTable()
348 bool LCodeGen::GenerateSafepointTable() { in GenerateSafepointTable()
355 Register LCodeGen::ToRegister(int index) const { in ToRegister()
360 DoubleRegister LCodeGen::ToDoubleRegister(int index) const { in ToDoubleRegister()
365 Register LCodeGen::ToRegister(LOperand* op) const { in ToRegister()
371 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) { in EmitLoadRegister()
402 DoubleRegister LCodeGen::ToDoubleRegister(LOperand* op) const { in ToDoubleRegister()
408 DoubleRegister LCodeGen::EmitLoadDoubleRegister(LOperand* op, in EmitLoadDoubleRegister()
439 Handle<Object> LCodeGen::ToHandle(LConstantOperand* op) const { in ToHandle()
446 bool LCodeGen::IsInteger32(LConstantOperand* op) const { in IsInteger32()
451 bool LCodeGen::IsSmi(LConstantOperand* op) const { in IsSmi()
456 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32()
463 int64_t LCodeGen::ToRepresentation_donotuse(LConstantOperand* op, in ToRepresentation_donotuse()
473 Smi* LCodeGen::ToSmi(LConstantOperand* op) const { in ToSmi()
479 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble()
486 Operand LCodeGen::ToOperand(LOperand* op) { in ToOperand()
520 MemOperand LCodeGen::ToMemOperand(LOperand* op) const { in ToMemOperand()
534 MemOperand LCodeGen::ToHighMemOperand(LOperand* op) const { in ToHighMemOperand()
550 void LCodeGen::WriteTranslation(LEnvironment* environment, in WriteTranslation()
571 void LCodeGen::AddToTranslation(LEnvironment* environment, in AddToTranslation()
641 void LCodeGen::CallCode(Handle<Code> code, in CallCode()
648 void LCodeGen::CallCodeGeneric(Handle<Code> code, in CallCodeGeneric()
658 void LCodeGen::CallRuntime(const Runtime::Function* function, in CallRuntime()
670 void LCodeGen::LoadContextFromDeferred(LOperand* context) { in LoadContextFromDeferred()
685 void LCodeGen::CallRuntimeFromDeferred(Runtime::FunctionId id, in CallRuntimeFromDeferred()
696 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment, in RegisterEnvironmentForDeoptimization()
733 void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, in DeoptimizeIf()
801 void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, in DeoptimizeIf()
811 void LCodeGen::RecordSafepointWithLazyDeopt( in RecordSafepointWithLazyDeopt()
823 void LCodeGen::RecordSafepoint( in RecordSafepoint()
844 void LCodeGen::RecordSafepoint(LPointerMap* pointers, in RecordSafepoint()
850 void LCodeGen::RecordSafepoint(Safepoint::DeoptMode deopt_mode) { in RecordSafepoint()
856 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers, in RecordSafepointWithRegisters()
864 void LCodeGen::RecordAndWritePosition(int position) { in RecordAndWritePosition()
877 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
889 void LCodeGen::DoParallelMove(LParallelMove* move) { in DoParallelMove()
894 void LCodeGen::DoGap(LGap* gap) { in DoGap()
905 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
910 void LCodeGen::DoParameter(LParameter* instr) { in DoParameter()
915 void LCodeGen::DoUnknownOSRValue(LUnknownOSRValue* instr) { in DoUnknownOSRValue()
920 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
954 void LCodeGen::DoModByConstI(LModByConstI* instr) { in DoModByConstI()
981 void LCodeGen::DoModI(LModI* instr) { in DoModI()
1024 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
1069 void LCodeGen::DoDivByConstI(LDivByConstI* instr) { in DoDivByConstI()
1100 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
1148 void LCodeGen::DoMultiplyAddD(LMultiplyAddD* instr) { in DoMultiplyAddD()
1160 void LCodeGen::DoFlooringDivByPowerOf2I(LFlooringDivByPowerOf2I* instr) { in DoFlooringDivByPowerOf2I()
1216 void LCodeGen::DoFlooringDivByConstI(LFlooringDivByConstI* instr) { in DoFlooringDivByConstI()
1263 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { in DoFlooringDivI()
1313 void LCodeGen::DoMulS(LMulS* instr) { in DoMulS()
1415 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
1517 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
1553 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
1637 void LCodeGen::DoSubS(LSubS* instr) { in DoSubS()
1658 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
1679 void LCodeGen::DoConstantI(LConstantI* instr) { in DoConstantI()
1684 void LCodeGen::DoConstantS(LConstantS* instr) { in DoConstantS()
1689 void LCodeGen::DoConstantD(LConstantD* instr) { in DoConstantD()
1697 void LCodeGen::DoConstantE(LConstantE* instr) { in DoConstantE()
1702 void LCodeGen::DoConstantT(LConstantT* instr) { in DoConstantT()
1709 MemOperand LCodeGen::BuildSeqStringOperand(Register string, in BuildSeqStringOperand()
1734 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
1762 void LCodeGen::DoSeqStringSetChar(LSeqStringSetChar* instr) { in DoSeqStringSetChar()
1787 void LCodeGen::DoAddE(LAddE* instr) { in DoAddE()
1798 void LCodeGen::DoAddS(LAddS* instr) { in DoAddS()
1819 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1840 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
1883 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
1924 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
1939 void LCodeGen::EmitBranch(InstrType instr, in EmitBranch()
1962 void LCodeGen::EmitBranchF(InstrType instr, in EmitBranchF()
1987 void LCodeGen::EmitTrueBranch(InstrType instr, Condition condition, in EmitTrueBranch()
1995 void LCodeGen::EmitFalseBranch(InstrType instr, Condition condition, in EmitFalseBranch()
2003 void LCodeGen::EmitFalseBranchF(InstrType instr, in EmitFalseBranchF()
2013 void LCodeGen::DoDebugBreak(LDebugBreak* instr) { in DoDebugBreak()
2018 void LCodeGen::DoBranch(LBranch* instr) { in DoBranch()
2156 void LCodeGen::EmitGoto(int block) { in EmitGoto()
2163 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
2168 Condition LCodeGen::TokenToCondition(Token::Value op, bool is_unsigned) { in TokenToCondition()
2200 void LCodeGen::DoCompareNumericAndBranch(LCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
2263 void LCodeGen::DoCmpObjectEqAndBranch(LCmpObjectEqAndBranch* instr) { in DoCmpObjectEqAndBranch()
2271 void LCodeGen::DoCmpHoleAndBranch(LCmpHoleAndBranch* instr) { in DoCmpHoleAndBranch()
2289 Condition LCodeGen::EmitIsString(Register input, in EmitIsString()
2302 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
2317 void LCodeGen::DoIsSmiAndBranch(LIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
2324 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
2358 void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
2390 void LCodeGen::DoHasInstanceTypeAndBranch(LHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
2406 void LCodeGen::DoGetCachedArrayIndex(LGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
2417 void LCodeGen::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
2431 void LCodeGen::EmitClassOfTest(Label* is_true, in EmitClassOfTest()
2481 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
2494 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
2503 void LCodeGen::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
2546 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
2568 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
2604 void LCodeGen::EmitVectorLoadICRegisters(T* instr) { in EmitVectorLoadICRegisters()
2621 void LCodeGen::EmitVectorStoreICRegisters(T* instr) { in EmitVectorStoreICRegisters()
2634 void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2646 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
2666 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
2704 void LCodeGen::DoLoadNamedField(LLoadNamedField* instr) { in DoLoadNamedField()
2747 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2760 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
2786 void LCodeGen::DoLoadRoot(LLoadRoot* instr) { in DoLoadRoot()
2792 void LCodeGen::DoAccessArgumentsAt(LAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2833 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
2926 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
2970 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
3045 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
3056 MemOperand LCodeGen::PrepareKeyedOperand(Register key, in PrepareKeyedOperand()
3099 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3111 void LCodeGen::DoArgumentsElements(LArgumentsElements* instr) { in DoArgumentsElements()
3136 void LCodeGen::DoArgumentsLength(LArgumentsLength* instr) { in DoArgumentsLength()
3157 void LCodeGen::DoWrapReceiver(LWrapReceiver* instr) { in DoWrapReceiver()
3220 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
3280 void LCodeGen::DoPushArgument(LPushArgument* instr) { in DoPushArgument()
3291 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
3296 void LCodeGen::DoThisFunction(LThisFunction* instr) { in DoThisFunction()
3302 void LCodeGen::DoContext(LContext* instr) { in DoContext()
3314 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
3322 void LCodeGen::CallKnownFunction(Handle<JSFunction> function, in CallKnownFunction()
3374 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber()
3442 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs()
3456 void LCodeGen::EmitSmiMathAbs(LMathAbs* instr) { in EmitSmiMathAbs()
3470 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs()
3474 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs()
3508 void LCodeGen::DoMathFloor(LMathFloor* instr) { in DoMathFloor()
3538 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
3618 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
3626 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
3633 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
3657 void LCodeGen::DoPower(LPower* instr) { in DoPower()
3692 void LCodeGen::DoMathCos(LMathCos* instr) { in DoMathCos()
3699 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
3706 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
3714 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
3722 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
3728 void LCodeGen::PrepareForTailCall(const ParameterCount& actual, in PrepareForTailCall()
3773 void LCodeGen::DoInvokeFunction(LInvokeFunction* instr) { in DoInvokeFunction()
3803 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
3840 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
3885 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
3890 void LCodeGen::DoStoreCodeEntry(LStoreCodeEntry* instr) { in DoStoreCodeEntry()
3900 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
3913 void LCodeGen::DoStoreNamedField(LStoreNamedField* instr) { in DoStoreNamedField()
4005 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
4020 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
4043 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
4133 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
4175 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4240 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
4252 void LCodeGen::DoStoreKeyedGeneric(LStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
4267 void LCodeGen::DoMaybeGrowElements(LMaybeGrowElements* instr) { in DoMaybeGrowElements()
4270 DeferredMaybeGrowElements(LCodeGen* codegen, LMaybeGrowElements* instr) in DoMaybeGrowElements()
4323 void LCodeGen::DoDeferredMaybeGrowElements(LMaybeGrowElements* instr) { in DoDeferredMaybeGrowElements()
4370 void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { in DoTransitionElementsKind()
4407 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
4417 void LCodeGen::DoStringAdd(LStringAdd* instr) { in DoStringAdd()
4428 void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) { in DoStringCharCodeAt()
4431 DeferredStringCharCodeAt(LCodeGen* codegen, LStringCharCodeAt* instr) in DoStringCharCodeAt()
4451 void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) { in DoDeferredStringCharCodeAt()
4482 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) { in DoStringCharFromCode()
4485 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr) in DoStringCharFromCode()
4516 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) { in DoDeferredStringCharFromCode()
4534 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
4551 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
4561 void LCodeGen::DoNumberTagU(LNumberTagU* instr) { in DoNumberTagU()
4564 DeferredNumberTagU(LCodeGen* codegen, LNumberTagU* instr) in DoNumberTagU()
4589 void LCodeGen::DoDeferredNumberTagIU(LInstruction* instr, in DoDeferredNumberTagIU()
4652 void LCodeGen::DoNumberTagD(LNumberTagD* instr) { in DoNumberTagD()
4655 DeferredNumberTagD(LCodeGen* codegen, LNumberTagD* instr) in DoNumberTagD()
4683 void LCodeGen::DoDeferredNumberTagD(LNumberTagD* instr) { in DoDeferredNumberTagD()
4704 void LCodeGen::DoSmiTag(LSmiTag* instr) { in DoSmiTag()
4723 void LCodeGen::DoSmiUntag(LSmiUntag* instr) { in DoSmiUntag()
4739 void LCodeGen::EmitNumberUntagD(LNumberUntagD* instr, Register input_reg, in EmitNumberUntagD()
4793 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4876 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4879 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4909 void LCodeGen::DoNumberUntagD(LNumberUntagD* instr) { in DoNumberUntagD()
4926 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
4934 Register except_flag = LCodeGen::scratch1(); in DoDoubleToI()
4961 void LCodeGen::DoDoubleToSmi(LDoubleToSmi* instr) { in DoDoubleToSmi()
4963 Register scratch1 = LCodeGen::scratch0(); in DoDoubleToSmi()
4969 Register except_flag = LCodeGen::scratch1(); in DoDoubleToSmi()
4997 void LCodeGen::DoCheckSmi(LCheckSmi* instr) { in DoCheckSmi()
5004 void LCodeGen::DoCheckNonSmi(LCheckNonSmi* instr) { in DoCheckNonSmi()
5013 void LCodeGen::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
5025 void LCodeGen::DoCheckInstanceType(LCheckInstanceType* instr) { in DoCheckInstanceType()
5068 void LCodeGen::DoCheckValue(LCheckValue* instr) { in DoCheckValue()
5084 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration()
5100 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { in DoCheckMaps()
5103 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) in DoCheckMaps()
5157 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
5165 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
5172 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
5207 void LCodeGen::DoDoubleBits(LDoubleBits* instr) { in DoDoubleBits()
5218 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5221 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5282 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
5342 void LCodeGen::DoFastAllocate(LFastAllocate* instr) { in DoFastAllocate()
5368 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
5383 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5405 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs()
5510 void LCodeGen::EnsureSpaceForLazyDeopt(int space_needed) { in EnsureSpaceForLazyDeopt()
5528 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
5537 void LCodeGen::DoDeoptimize(LDeoptimize* instr) { in DoDeoptimize()
5552 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
5557 void LCodeGen::DoDummyUse(LDummyUse* instr) { in DoDummyUse()
5562 void LCodeGen::DoDeferredStackCheck(LStackCheck* instr) { in DoDeferredStackCheck()
5574 void LCodeGen::DoStackCheck(LStackCheck* instr) { in DoStackCheck()
5577 DeferredStackCheck(LCodeGen* codegen, LStackCheck* instr) in DoStackCheck()
5619 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
5634 void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) { in DoForInPrepareMap()
5653 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
5674 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
5682 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, in DoDeferredLoadMutableDouble()
5696 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
5699 DeferredLoadMutableDouble(LCodeGen* codegen, in DoLoadFieldByIndex()