| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index fda01b0a9255452ad294b29a91f641682e963b7b..21346178ca3fcb91c5fa169b9c86944d30ab61d3 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -40,7 +40,6 @@ namespace internal {
|
|
|
|
|
| void FastNewClosureStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a2 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -51,7 +50,6 @@ void FastNewClosureStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void FastNewContextStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -61,7 +59,6 @@ void FastNewContextStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void ToNumberStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -71,7 +68,6 @@ void ToNumberStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void NumberToStringStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -82,7 +78,6 @@ void NumberToStringStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a3, a2, a1 };
|
| descriptor->register_param_count_ = 3;
|
| @@ -94,7 +89,6 @@ void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void FastCloneShallowObjectStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a3, a2, a1, a0 };
|
| descriptor->register_param_count_ = 4;
|
| @@ -105,7 +99,6 @@ void FastCloneShallowObjectStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void CreateAllocationSiteStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a2, a3 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -115,7 +108,6 @@ void CreateAllocationSiteStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void KeyedLoadFastElementStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1, a0 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -126,7 +118,6 @@ void KeyedLoadFastElementStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void KeyedLoadDictionaryElementStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = {a1, a0 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -137,7 +128,6 @@ void KeyedLoadDictionaryElementStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void RegExpConstructResultStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a2, a1, a0 };
|
| descriptor->register_param_count_ = 3;
|
| @@ -148,7 +138,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void LoadFieldStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -158,7 +147,6 @@ void LoadFieldStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void KeyedLoadFieldStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -168,7 +156,6 @@ void KeyedLoadFieldStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void StringLengthStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0, a2 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -178,7 +165,6 @@ void StringLengthStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void KeyedStringLengthStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1, a0 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -188,7 +174,6 @@ void KeyedStringLengthStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void KeyedStoreFastElementStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a2, a1, a0 };
|
| descriptor->register_param_count_ = 3;
|
| @@ -199,7 +184,6 @@ void KeyedStoreFastElementStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void TransitionElementsKindStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0, a1 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -211,7 +195,6 @@ void TransitionElementsKindStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void CompareNilICStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -219,12 +202,11 @@ void CompareNilICStub::InitializeInterfaceDescriptor(
|
| descriptor->deoptimization_handler_ =
|
| FUNCTION_ADDR(CompareNilIC_Miss);
|
| descriptor->SetMissHandler(
|
| - ExternalReference(IC_Utility(IC::kCompareNilIC_Miss), isolate));
|
| + ExternalReference(IC_Utility(IC::kCompareNilIC_Miss), isolate()));
|
| }
|
|
|
|
|
| static void InitializeArrayConstructorDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor,
|
| int constant_stack_parameter_count) {
|
| // register state
|
| @@ -253,7 +235,6 @@ static void InitializeArrayConstructorDescriptor(
|
|
|
|
|
| static void InitializeInternalArrayConstructorDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor,
|
| int constant_stack_parameter_count) {
|
| // register state
|
| @@ -281,28 +262,24 @@ static void InitializeInternalArrayConstructorDescriptor(
|
|
|
|
|
| void ArrayNoArgumentConstructorStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| - InitializeArrayConstructorDescriptor(isolate, descriptor, 0);
|
| + InitializeArrayConstructorDescriptor(descriptor, 0);
|
| }
|
|
|
|
|
| void ArraySingleArgumentConstructorStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| - InitializeArrayConstructorDescriptor(isolate, descriptor, 1);
|
| + InitializeArrayConstructorDescriptor(descriptor, 1);
|
| }
|
|
|
|
|
| void ArrayNArgumentsConstructorStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| - InitializeArrayConstructorDescriptor(isolate, descriptor, -1);
|
| + InitializeArrayConstructorDescriptor(descriptor, -1);
|
| }
|
|
|
|
|
| void ToBooleanStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0 };
|
| descriptor->register_param_count_ = 1;
|
| @@ -310,33 +287,29 @@ void ToBooleanStub::InitializeInterfaceDescriptor(
|
| descriptor->deoptimization_handler_ =
|
| FUNCTION_ADDR(ToBooleanIC_Miss);
|
| descriptor->SetMissHandler(
|
| - ExternalReference(IC_Utility(IC::kToBooleanIC_Miss), isolate));
|
| + ExternalReference(IC_Utility(IC::kToBooleanIC_Miss), isolate()));
|
| }
|
|
|
|
|
| void InternalArrayNoArgumentConstructorStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| - InitializeInternalArrayConstructorDescriptor(isolate, descriptor, 0);
|
| + InitializeInternalArrayConstructorDescriptor(descriptor, 0);
|
| }
|
|
|
|
|
| void InternalArraySingleArgumentConstructorStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| - InitializeInternalArrayConstructorDescriptor(isolate, descriptor, 1);
|
| + InitializeInternalArrayConstructorDescriptor(descriptor, 1);
|
| }
|
|
|
|
|
| void InternalArrayNArgumentsConstructorStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| - InitializeInternalArrayConstructorDescriptor(isolate, descriptor, -1);
|
| + InitializeInternalArrayConstructorDescriptor(descriptor, -1);
|
| }
|
|
|
|
|
| void StoreGlobalStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1, a2, a0 };
|
| descriptor->register_param_count_ = 3;
|
| @@ -347,7 +320,6 @@ void StoreGlobalStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void ElementsTransitionAndStoreStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a0, a3, a1, a2 };
|
| descriptor->register_param_count_ = 4;
|
| @@ -358,19 +330,17 @@ void ElementsTransitionAndStoreStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void BinaryOpICStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1, a0 };
|
| descriptor->register_param_count_ = 2;
|
| descriptor->register_params_ = registers;
|
| descriptor->deoptimization_handler_ = FUNCTION_ADDR(BinaryOpIC_Miss);
|
| descriptor->SetMissHandler(
|
| - ExternalReference(IC_Utility(IC::kBinaryOpIC_Miss), isolate));
|
| + ExternalReference(IC_Utility(IC::kBinaryOpIC_Miss), isolate()));
|
| }
|
|
|
|
|
| void BinaryOpWithAllocationSiteStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a2, a1, a0 };
|
| descriptor->register_param_count_ = 3;
|
| @@ -381,7 +351,6 @@ void BinaryOpWithAllocationSiteStub::InitializeInterfaceDescriptor(
|
|
|
|
|
| void StringAddStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { a1, a0 };
|
| descriptor->register_param_count_ = 2;
|
| @@ -496,7 +465,7 @@ void HydrogenCodeStub::GenerateLightweightMiss(MacroAssembler* masm) {
|
| // Update the static counter each time a new code stub is generated.
|
| isolate()->counters()->code_stubs()->Increment();
|
|
|
| - CodeStubInterfaceDescriptor* descriptor = GetInterfaceDescriptor(isolate());
|
| + CodeStubInterfaceDescriptor* descriptor = GetInterfaceDescriptor();
|
| int param_count = descriptor->register_param_count_;
|
| {
|
| // Call the runtime system in a fresh internal frame.
|
| @@ -764,8 +733,8 @@ void WriteInt32ToHeapNumberStub::GenerateFixedRegStubsAheadOfTime(
|
| Isolate* isolate) {
|
| WriteInt32ToHeapNumberStub stub1(isolate, a1, v0, a2, a3);
|
| WriteInt32ToHeapNumberStub stub2(isolate, a2, v0, a3, a0);
|
| - stub1.GetCode(isolate);
|
| - stub2.GetCode(isolate);
|
| + stub1.GetCode();
|
| + stub2.GetCode();
|
| }
|
|
|
|
|
| @@ -1568,20 +1537,20 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
|
| void StoreRegistersStateStub::GenerateAheadOfTime(
|
| Isolate* isolate) {
|
| StoreRegistersStateStub stub1(isolate, kDontSaveFPRegs);
|
| - stub1.GetCode(isolate);
|
| + stub1.GetCode();
|
| // Hydrogen code stubs need stub2 at snapshot time.
|
| StoreRegistersStateStub stub2(isolate, kSaveFPRegs);
|
| - stub2.GetCode(isolate);
|
| + stub2.GetCode();
|
| }
|
|
|
|
|
| void RestoreRegistersStateStub::GenerateAheadOfTime(
|
| Isolate* isolate) {
|
| RestoreRegistersStateStub stub1(isolate, kDontSaveFPRegs);
|
| - stub1.GetCode(isolate);
|
| + stub1.GetCode();
|
| // Hydrogen code stubs need stub2 at snapshot time.
|
| RestoreRegistersStateStub stub2(isolate, kSaveFPRegs);
|
| - stub2.GetCode(isolate);
|
| + stub2.GetCode();
|
| }
|
|
|
|
|
| @@ -1593,12 +1562,12 @@ void CodeStub::GenerateFPStubs(Isolate* isolate) {
|
| // regenerate, which would lead to code stub initialization state being messed
|
| // up.
|
| Code* save_doubles_code;
|
| - if (!save_doubles.FindCodeInCache(&save_doubles_code, isolate)) {
|
| - save_doubles_code = *save_doubles.GetCode(isolate);
|
| + if (!save_doubles.FindCodeInCache(&save_doubles_code)) {
|
| + save_doubles_code = *save_doubles.GetCode();
|
| }
|
| Code* store_buffer_overflow_code;
|
| - if (!stub.FindCodeInCache(&store_buffer_overflow_code, isolate)) {
|
| - store_buffer_overflow_code = *stub.GetCode(isolate);
|
| + if (!stub.FindCodeInCache(&store_buffer_overflow_code)) {
|
| + store_buffer_overflow_code = *stub.GetCode();
|
| }
|
| isolate->set_fp_stubs_generated(true);
|
| }
|
| @@ -1606,7 +1575,7 @@ void CodeStub::GenerateFPStubs(Isolate* isolate) {
|
|
|
| void CEntryStub::GenerateAheadOfTime(Isolate* isolate) {
|
| CEntryStub stub(isolate, 1, kDontSaveFPRegs);
|
| - stub.GetCode(isolate);
|
| + stub.GetCode();
|
| }
|
|
|
|
|
| @@ -4062,7 +4031,7 @@ void ICCompareStub::GenerateNumbers(MacroAssembler* masm) {
|
| __ bind(&generic_stub);
|
| ICCompareStub stub(isolate(), op_, CompareIC::GENERIC, CompareIC::GENERIC,
|
| CompareIC::GENERIC);
|
| - __ Jump(stub.GetCode(isolate()), RelocInfo::CODE_TARGET);
|
| + __ Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
|
|
|
| __ bind(&maybe_undefined1);
|
| if (Token::IsOrderedRelationalCompareOp(op_)) {
|
| @@ -4341,7 +4310,7 @@ void DirectCEntryStub::Generate(MacroAssembler* masm) {
|
| void DirectCEntryStub::GenerateCall(MacroAssembler* masm,
|
| Register target) {
|
| intptr_t loc =
|
| - reinterpret_cast<intptr_t>(GetCode(isolate()).location());
|
| + reinterpret_cast<intptr_t>(GetCode().location());
|
| __ Move(t9, target);
|
| __ li(ra, Operand(loc, RelocInfo::CODE_TARGET), CONSTANT_SIZE);
|
| __ Call(ra);
|
| @@ -4604,10 +4573,10 @@ void NameDictionaryLookupStub::Generate(MacroAssembler* masm) {
|
| void StoreBufferOverflowStub::GenerateFixedRegStubsAheadOfTime(
|
| Isolate* isolate) {
|
| StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
|
| - stub1.GetCode(isolate);
|
| + stub1.GetCode();
|
| // Hydrogen code stubs need stub2 at snapshot time.
|
| StoreBufferOverflowStub stub2(isolate, kSaveFPRegs);
|
| - stub2.GetCode(isolate);
|
| + stub2.GetCode();
|
| }
|
|
|
|
|
| @@ -4874,7 +4843,7 @@ void StoreArrayLiteralElementStub::Generate(MacroAssembler* masm) {
|
|
|
| void StubFailureTrampolineStub::Generate(MacroAssembler* masm) {
|
| CEntryStub ces(isolate(), 1, fp_registers_ ? kSaveFPRegs : kDontSaveFPRegs);
|
| - __ Call(ces.GetCode(isolate()), RelocInfo::CODE_TARGET);
|
| + __ Call(ces.GetCode(), RelocInfo::CODE_TARGET);
|
| int parameter_count_offset =
|
| StubFailureTrampolineFrame::kCallerStackParameterCountFrameOffset;
|
| __ lw(a1, MemOperand(fp, parameter_count_offset));
|
| @@ -5067,10 +5036,10 @@ static void ArrayConstructorStubAheadOfTimeHelper(Isolate* isolate) {
|
| for (int i = 0; i <= to_index; ++i) {
|
| ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
|
| T stub(isolate, kind);
|
| - stub.GetCode(isolate);
|
| + stub.GetCode();
|
| if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) {
|
| T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
|
| - stub1.GetCode(isolate);
|
| + stub1.GetCode();
|
| }
|
| }
|
| }
|
| @@ -5092,11 +5061,11 @@ void InternalArrayConstructorStubBase::GenerateStubsAheadOfTime(
|
| for (int i = 0; i < 2; i++) {
|
| // For internal arrays we only need a few things.
|
| InternalArrayNoArgumentConstructorStub stubh1(isolate, kinds[i]);
|
| - stubh1.GetCode(isolate);
|
| + stubh1.GetCode();
|
| InternalArraySingleArgumentConstructorStub stubh2(isolate, kinds[i]);
|
| - stubh2.GetCode(isolate);
|
| + stubh2.GetCode();
|
| InternalArrayNArgumentsConstructorStub stubh3(isolate, kinds[i]);
|
| - stubh3.GetCode(isolate);
|
| + stubh3.GetCode();
|
| }
|
| }
|
|
|
|
|