Revision f230a1cf deps/v8/src/x64/ic-x64.cc

View differences:

deps/v8/src/x64/ic-x64.cc
1330 1330

  
1331 1331
  // Probe the stub cache.
1332 1332
  Code::Flags flags = Code::ComputeFlags(
1333
      Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
1333
      Code::HANDLER, MONOMORPHIC, Code::kNoExtraICState,
1334 1334
      Code::NORMAL, Code::LOAD_IC);
1335 1335
  masm->isolate()->stub_cache()->GenerateProbe(
1336 1336
      masm, flags, rax, rcx, rbx, rdx);
......
1451 1451

  
1452 1452
  // Get the receiver from the stack and probe the stub cache.
1453 1453
  Code::Flags flags = Code::ComputeFlags(
1454
      Code::STUB, MONOMORPHIC, strict_mode,
1454
      Code::HANDLER, MONOMORPHIC, strict_mode,
1455 1455
      Code::NORMAL, Code::STORE_IC);
1456 1456
  masm->isolate()->stub_cache()->GenerateProbe(
1457 1457
      masm, flags, rdx, rcx, rbx, no_reg);

Also available in: Unified diff