MIPS: Minor-key-ify new LoadICTrampolineStub.
Port r23409 (31a0d5ae) BUG= R=paul.lind@imgtec.com Review URL: https://codereview.chromium.org/503393002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23423 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4f4e209fca
commit
b9e0b90612
@ -4799,7 +4799,7 @@ void StubFailureTrampolineStub::Generate(MacroAssembler* masm) {
|
||||
|
||||
void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
|
||||
EmitLoadTypeFeedbackVector(masm, FullVectorLoadConvention::VectorRegister());
|
||||
VectorLoadStub stub(isolate(), state_);
|
||||
VectorLoadStub stub(isolate(), state());
|
||||
__ Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
|
||||
}
|
||||
|
||||
|
@ -4836,7 +4836,7 @@ void StubFailureTrampolineStub::Generate(MacroAssembler* masm) {
|
||||
|
||||
void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
|
||||
EmitLoadTypeFeedbackVector(masm, FullVectorLoadConvention::VectorRegister());
|
||||
VectorLoadStub stub(isolate(), state_);
|
||||
VectorLoadStub stub(isolate(), state());
|
||||
__ Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user