S390: Turn StoreIC::Megamorphic into a builtin, get rid of the non-monomorphic-cache

Port 79ff65075b

R=verwaest@chromium.org, joransiu@ca.ibm.com, mbrandy@us.ibm.com, michael_dawson@ca.ibm.com, bjaideep@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1877353002

Cr-Commit-Position: refs/heads/master@{#35422}
This commit is contained in:
jyan 2016-04-12 08:26:27 -07:00 committed by Commit bot
parent 570c2a3237
commit d4377362f5

View File

@ -732,7 +732,7 @@ void StoreIC::GenerateMegamorphic(MacroAssembler* masm) {
Code::RemoveHolderFromFlags(Code::ComputeHandlerFlags(Code::STORE_IC));
masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags,
receiver, name, r5, r6, r7, r8);
receiver, name, r7, r8, r9, ip);
// Cache miss: Jump to runtime.
GenerateMiss(masm);