Lines Matching defs:instr

383                         LInstruction* instr) {  in CallCode()
390 LInstruction* instr, in CallCodeGeneric()
407 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
419 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
436 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
486 LInstruction* instr, in CallRuntime()
514 LInstruction* instr, in CallRuntimeFromDeferred()
530 void LCodeGen::RecordSafepointWithLazyDeopt(LInstruction* instr, in RecordSafepointWithLazyDeopt()
762 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre()
992 LInstruction* instr, const char* detail, BranchType branch_type, in DeoptimizeBranch()
1066 void LCodeGen::Deoptimize(LInstruction* instr, in Deoptimize()
1073 void LCodeGen::DeoptimizeIf(Condition cond, LInstruction* instr, in DeoptimizeIf()
1079 void LCodeGen::DeoptimizeIfZero(Register rt, LInstruction* instr, in DeoptimizeIfZero()
1085 void LCodeGen::DeoptimizeIfNotZero(Register rt, LInstruction* instr, in DeoptimizeIfNotZero()
1091 void LCodeGen::DeoptimizeIfNegative(Register rt, LInstruction* instr, in DeoptimizeIfNegative()
1098 void LCodeGen::DeoptimizeIfSmi(Register rt, LInstruction* instr, in DeoptimizeIfSmi()
1104 void LCodeGen::DeoptimizeIfNotSmi(Register rt, LInstruction* instr, in DeoptimizeIfNotSmi()
1111 LInstruction* instr, const char* detail) { in DeoptimizeIfRoot()
1118 LInstruction* instr, const char* detail) { in DeoptimizeIfNotRoot()
1124 void LCodeGen::DeoptimizeIfMinusZero(DoubleRegister input, LInstruction* instr, in DeoptimizeIfMinusZero()
1131 void LCodeGen::DeoptimizeIfNotHeapNumber(Register object, LInstruction* instr) { in DeoptimizeIfNotHeapNumber()
1137 void LCodeGen::DeoptimizeIfBitSet(Register rt, int bit, LInstruction* instr, in DeoptimizeIfBitSet()
1143 void LCodeGen::DeoptimizeIfBitClear(Register rt, int bit, LInstruction* instr, in DeoptimizeIfBitClear()
1375 void LCodeGen::EmitBranchGeneric(InstrType instr, in EmitBranchGeneric()
1396 void LCodeGen::EmitBranch(InstrType instr, Condition condition) { in EmitBranch()
1404 void LCodeGen::EmitCompareAndBranch(InstrType instr, in EmitCompareAndBranch()
1415 void LCodeGen::EmitTestAndBranch(InstrType instr, in EmitTestAndBranch()
1426 void LCodeGen::EmitBranchIfNonZeroNumber(InstrType instr, in EmitBranchIfNonZeroNumber()
1435 void LCodeGen::EmitBranchIfHeapNumber(InstrType instr, in EmitBranchIfHeapNumber()
1443 void LCodeGen::EmitBranchIfRoot(InstrType instr, in EmitBranchIfRoot()
1464 void LCodeGen::DoAccessArgumentsAt(LAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
1499 void LCodeGen::DoAddE(LAddE* instr) { in DoAddE()
1511 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1526 void LCodeGen::DoAddS(LAddS* instr) { in DoAddS()
1540 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
1543 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
1546 virtual LInstruction* instr() { return instr_; } in DoAllocate() function in v8::internal::LCodeGen::DoAllocate::DeferredAllocate
1608 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
1643 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
1692 void LCodeGen::DoArgumentsElements(LArgumentsElements* instr) { in DoArgumentsElements()
1724 void LCodeGen::DoArgumentsLength(LArgumentsLength* instr) { in DoArgumentsLength()
1745 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
1780 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
1792 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
1808 void LCodeGen::DoBitS(LBitS* instr) { in DoBitS()
1824 void LCodeGen::DoBoundsCheck(LBoundsCheck *instr) { in DoBoundsCheck()
1846 void LCodeGen::DoBranch(LBranch* instr) { in DoBranch()
1991 LInstruction* instr, in CallKnownFunction()
2044 LTailCallThroughMegamorphicCache* instr) { in DoTailCallThroughMegamorphicCache()
2071 void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) { in DoCallWithDescriptor()
2098 void LCodeGen::DoCallJSFunction(LCallJSFunction* instr) { in DoCallJSFunction()
2118 void LCodeGen::DoCallRuntime(LCallRuntime* instr) { in DoCallRuntime()
2124 void LCodeGen::DoCallStub(LCallStub* instr) { in DoCallStub()
2150 void LCodeGen::DoUnknownOSRValue(LUnknownOSRValue* instr) { in DoUnknownOSRValue()
2155 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration()
2170 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { in DoCheckMaps()
2173 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) in DoCheckMaps()
2181 virtual LInstruction* instr() { return instr_; } in DoCheckMaps() function in v8::internal::LCodeGen::DoCheckMaps::DeferredCheckMaps
2228 void LCodeGen::DoCheckNonSmi(LCheckNonSmi* instr) { in DoCheckNonSmi()
2235 void LCodeGen::DoCheckSmi(LCheckSmi* instr) { in DoCheckSmi()
2242 void LCodeGen::DoCheckInstanceType(LCheckInstanceType* instr) { in DoCheckInstanceType()
2291 void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) { in DoClampDToUint8()
2298 void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) { in DoClampIToUint8()
2305 void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) { in DoClampTToUint8()
2339 void LCodeGen::DoDoubleBits(LDoubleBits* instr) { in DoDoubleBits()
2351 void LCodeGen::DoConstructDouble(LConstructDouble* instr) { in DoConstructDouble()
2363 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
2424 void LCodeGen::DoCmpHoleAndBranchD(LCmpHoleAndBranchD* instr) { in DoCmpHoleAndBranchD()
2440 void LCodeGen::DoCmpHoleAndBranchT(LCmpHoleAndBranchT* instr) { in DoCmpHoleAndBranchT()
2448 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
2457 void LCodeGen::DoCompareMinusZeroAndBranch(LCompareMinusZeroAndBranch* instr) { in DoCompareMinusZeroAndBranch()
2475 void LCodeGen::DoCompareNumericAndBranch(LCompareNumericAndBranch* instr) { in DoCompareNumericAndBranch()
2535 void LCodeGen::DoCmpObjectEqAndBranch(LCmpObjectEqAndBranch* instr) { in DoCmpObjectEqAndBranch()
2542 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
2563 void LCodeGen::DoConstantD(LConstantD* instr) { in DoConstantD()
2578 void LCodeGen::DoConstantE(LConstantE* instr) { in DoConstantE()
2583 void LCodeGen::DoConstantI(LConstantI* instr) { in DoConstantI()
2591 void LCodeGen::DoConstantS(LConstantS* instr) { in DoConstantS()
2596 void LCodeGen::DoConstantT(LConstantT* instr) { in DoConstantT()
2603 void LCodeGen::DoContext(LContext* instr) { in DoContext()
2615 void LCodeGen::DoCheckValue(LCheckValue* instr) { in DoCheckValue()
2633 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
2642 void LCodeGen::DoDateField(LDateField* instr) { in DoDateField()
2681 void LCodeGen::DoDeoptimize(LDeoptimize* instr) { in DoDeoptimize()
2695 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
2740 void LCodeGen::DoDivByConstI(LDivByConstI* instr) { in DoDivByConstI()
2772 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
2823 void LCodeGen::DoDoubleToIntOrSmi(LDoubleToIntOrSmi* instr) { in DoDoubleToIntOrSmi()
2840 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
2845 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
2850 void LCodeGen::DoDummyUse(LDummyUse* instr) { in DoDummyUse()
2855 void LCodeGen::DoFunctionLiteral(LFunctionLiteral* instr) { in DoFunctionLiteral()
2878 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
2899 void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) { in DoForInPrepareMap()
2936 void LCodeGen::DoGetCachedArrayIndex(LGetCachedArrayIndex* instr) { in DoGetCachedArrayIndex()
2957 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
2963 LHasCachedArrayIndexAndBranch* instr) { in DoHasCachedArrayIndexAndBranch()
2988 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2998 static Condition BranchCondition(HHasInstanceTypeAndBranch* instr) { in BranchCondition()
3009 void LCodeGen::DoHasInstanceTypeAndBranch(LHasInstanceTypeAndBranch* instr) { in DoHasInstanceTypeAndBranch()
3021 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
3032 void LCodeGen::DoInstanceOf(LInstanceOf* instr) { in DoInstanceOf()
3050 void LCodeGen::DoInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr) { in DoInstanceOfKnownGlobal()
3054 LInstanceOfKnownGlobal* instr) in DoInstanceOfKnownGlobal()
3059 virtual LInstruction* instr() { return instr_; } in DoInstanceOfKnownGlobal() function in v8::internal::LCodeGen::DoInstanceOfKnownGlobal::DeferredInstanceOfKnownGlobal
3135 void LCodeGen::DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr) { in DoDeferredInstanceOfKnownGlobal()
3166 void LCodeGen::DoInstructionGap(LInstructionGap* instr) { in DoInstructionGap()
3171 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
3178 void LCodeGen::DoInvokeFunction(LInvokeFunction* instr) { in DoInvokeFunction()
3201 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
3224 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
3262 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
3276 void LCodeGen::DoIsSmiAndBranch(LIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
3283 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
3317 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
3334 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
3359 void LCodeGen::DoLoadGlobalCell(LLoadGlobalCell* instr) { in DoLoadGlobalCell()
3370 void LCodeGen::EmitVectorLoadICRegisters(T* instr) { in EmitVectorLoadICRegisters()
3382 void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
3428 void LCodeGen::DoLoadKeyedExternal(LLoadKeyedExternal* instr) { in DoLoadKeyedExternal()
3558 void LCodeGen::DoLoadKeyedFixedDouble(LLoadKeyedFixedDouble* instr) { in DoLoadKeyedFixedDouble()
3597 void LCodeGen::DoLoadKeyedFixed(LLoadKeyedFixed* instr) { in DoLoadKeyedFixed()
3638 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3653 void LCodeGen::DoLoadNamedField(LLoadNamedField* instr) { in DoLoadNamedField()
3693 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3709 void LCodeGen::DoLoadRoot(LLoadRoot* instr) { in DoLoadRoot()
3715 void LCodeGen::DoMapEnumLength(LMapEnumLength* instr) { in DoMapEnumLength()
3722 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs()
3739 void LCodeGen::DoDeferredMathAbsTagged(LMathAbsTagged* instr, in DoDeferredMathAbsTagged()
3805 void LCodeGen::DoMathAbsTagged(LMathAbsTagged* instr) { in DoMathAbsTagged()
3809 DeferredMathAbsTagged(LCodeGen* codegen, LMathAbsTagged* instr) in DoMathAbsTagged()
3815 virtual LInstruction* instr() { return instr_; } in DoMathAbsTagged() function in v8::internal::LCodeGen::DoMathAbsTagged::DeferredMathAbsTagged
3858 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
3873 void LCodeGen::DoMathFloorD(LMathFloorD* instr) { in DoMathFloorD()
3881 void LCodeGen::DoMathFloorI(LMathFloorI* instr) { in DoMathFloorI()
3900 void LCodeGen::DoFlooringDivByPowerOf2I(LFlooringDivByPowerOf2I* instr) { in DoFlooringDivByPowerOf2I()
3944 void LCodeGen::DoFlooringDivByConstI(LFlooringDivByConstI* instr) { in DoFlooringDivByConstI()
3990 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { in DoFlooringDivI()
4035 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
4044 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32()
4051 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
4075 void LCodeGen::DoPower(LPower* instr) { in DoPower()
4114 void LCodeGen::DoMathRoundD(LMathRoundD* instr) { in DoMathRoundD()
4144 void LCodeGen::DoMathRoundI(LMathRoundI* instr) { in DoMathRoundI()
4198 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
4206 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
4213 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
4245 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
4277 void LCodeGen::DoModByConstI(LModByConstI* instr) { in DoModByConstI()
4305 void LCodeGen::DoModI(LModI* instr) { in DoModI()
4325 void LCodeGen::DoMulConstIS(LMulConstIS* instr) { in DoMulConstIS()
4441 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
4471 void LCodeGen::DoMulS(LMulS* instr) { in DoMulS()
4521 void LCodeGen::DoDeferredNumberTagD(LNumberTagD* instr) { in DoDeferredNumberTagD()
4542 void LCodeGen::DoNumberTagD(LNumberTagD* instr) { in DoNumberTagD()
4545 DeferredNumberTagD(LCodeGen* codegen, LNumberTagD* instr) in DoNumberTagD()
4548 virtual LInstruction* instr() { return instr_; } in DoNumberTagD() function in v8::internal::LCodeGen::DoNumberTagD::DeferredNumberTagD
4570 void LCodeGen::DoDeferredNumberTagU(LInstruction* instr, in DoDeferredNumberTagU()
4616 void LCodeGen::DoNumberTagU(LNumberTagU* instr) { in DoNumberTagU()
4619 DeferredNumberTagU(LCodeGen* codegen, LNumberTagU* instr) in DoNumberTagU()
4627 virtual LInstruction* instr() { return instr_; } in DoNumberTagU() function in v8::internal::LCodeGen::DoNumberTagU::DeferredNumberTagU
4643 void LCodeGen::DoNumberUntagD(LNumberUntagD* instr) { in DoNumberUntagD()
4698 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
4713 void LCodeGen::DoParameter(LParameter* instr) { in DoParameter()
4718 void LCodeGen::DoPreparePushArguments(LPreparePushArguments* instr) { in DoPreparePushArguments()
4723 void LCodeGen::DoPushArguments(LPushArguments* instr) { in DoPushArguments()
4742 void LCodeGen::DoReturn(LReturn* instr) { in DoReturn()
4803 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
4838 void LCodeGen::DoSeqStringSetChar(LSeqStringSetChar* instr) { in DoSeqStringSetChar()
4865 void LCodeGen::DoSmiTag(LSmiTag* instr) { in DoSmiTag()
4877 void LCodeGen::DoSmiUntag(LSmiUntag* instr) { in DoSmiUntag()
4892 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
4934 void LCodeGen::DoShiftS(LShiftS* instr) { in DoShiftS()
5009 void LCodeGen::DoDebugBreak(LDebugBreak* instr) { in DoDebugBreak()
5014 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
5030 void LCodeGen::DoDeferredStackCheck(LStackCheck* instr) { in DoDeferredStackCheck()
5042 void LCodeGen::DoStackCheck(LStackCheck* instr) { in DoStackCheck()
5045 DeferredStackCheck(LCodeGen* codegen, LStackCheck* instr) in DoStackCheck()
5048 virtual LInstruction* instr() { return instr_; } in DoStackCheck() function in v8::internal::LCodeGen::DoStackCheck::DeferredStackCheck
5090 void LCodeGen::DoStoreCodeEntry(LStoreCodeEntry* instr) { in DoStoreCodeEntry()
5099 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
5134 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
5157 void LCodeGen::DoStoreKeyedExternal(LStoreKeyedExternal* instr) { in DoStoreKeyedExternal()
5236 void LCodeGen::DoStoreKeyedFixedDouble(LStoreKeyedFixedDouble* instr) { in DoStoreKeyedFixedDouble()
5267 void LCodeGen::DoStoreKeyedFixed(LStoreKeyedFixed* instr) { in DoStoreKeyedFixed()
5323 void LCodeGen::DoStoreKeyedGeneric(LStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
5335 void LCodeGen::DoStoreNamedField(LStoreNamedField* instr) { in DoStoreNamedField()
5429 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
5440 void LCodeGen::DoStringAdd(LStringAdd* instr) { in DoStringAdd()
5451 void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) { in DoStringCharCodeAt()
5454 DeferredStringCharCodeAt(LCodeGen* codegen, LStringCharCodeAt* instr) in DoStringCharCodeAt()
5457 virtual LInstruction* instr() { return instr_; } in DoStringCharCodeAt() function in v8::internal::LCodeGen::DoStringCharCodeAt::DeferredStringCharCodeAt
5474 void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) { in DoDeferredStringCharCodeAt()
5498 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) { in DoStringCharFromCode()
5501 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr) in DoStringCharFromCode()
5504 virtual LInstruction* instr() { return instr_; } in DoStringCharFromCode() function in v8::internal::LCodeGen::DoStringCharFromCode::DeferredStringCharFromCode
5527 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) { in DoDeferredStringCharFromCode()
5543 void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) { in DoStringCompareAndBranch()
5557 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
5572 void LCodeGen::DoSubS(LSubS* instr) { in DoSubS()
5586 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI()
5643 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5646 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5653 virtual LInstruction* instr() { return instr_; } in DoTaggedToI() function in v8::internal::LCodeGen::DoTaggedToI::DeferredTaggedToI
5673 void LCodeGen::DoThisFunction(LThisFunction* instr) { in DoThisFunction()
5679 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
5687 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
5729 void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { in DoTransitionElementsKind()
5770 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
5782 void LCodeGen::DoTruncateDoubleToIntOrSmi(LTruncateDoubleToIntOrSmi* instr) { in DoTruncateDoubleToIntOrSmi()
5792 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
5799 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5891 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
5896 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
5906 void LCodeGen::DoWrapReceiver(LWrapReceiver* instr) { in DoWrapReceiver()
5953 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, in DoDeferredLoadMutableDouble()
5968 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
5972 LLoadFieldByIndex* instr, in DoLoadFieldByIndex()
5985 virtual LInstruction* instr() OVERRIDE { return instr_; } in DoLoadFieldByIndex() function in v8::internal::LCodeGen::DoLoadFieldByIndex::FINAL
6028 void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) { in DoStoreFrameContext()
6034 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()