Revision: 23423
Author: [email protected]
Date: Tue Aug 26 19:35:48 2014 UTC
Log: MIPS: Minor-key-ify new LoadICTrampolineStub.
Port r23409 (31a0d5ae)
BUG=
[email protected]
Review URL: https://codereview.chromium.org/503393002
https://code.google.com/p/v8/source/detail?r=23423
Modified:
/branches/bleeding_edge/src/mips/code-stubs-mips.cc
/branches/bleeding_edge/src/mips64/code-stubs-mips64.cc
=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Tue Aug 26 19:34:15
2014 UTC
+++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Tue Aug 26 19:35:48
2014 UTC
@@ -4799,7 +4799,7 @@
void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
EmitLoadTypeFeedbackVector(masm,
FullVectorLoadConvention::VectorRegister());
- VectorLoadStub stub(isolate(), state_);
+ VectorLoadStub stub(isolate(), state());
__ Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
}
=======================================
--- /branches/bleeding_edge/src/mips64/code-stubs-mips64.cc Tue Aug 26
19:34:15 2014 UTC
+++ /branches/bleeding_edge/src/mips64/code-stubs-mips64.cc Tue Aug 26
19:35:48 2014 UTC
@@ -4836,7 +4836,7 @@
void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
EmitLoadTypeFeedbackVector(masm,
FullVectorLoadConvention::VectorRegister());
- VectorLoadStub stub(isolate(), state_);
+ VectorLoadStub stub(isolate(), state());
__ Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.