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

View differences:

deps/v8/src/mips/ic-mips.cc
656 656

  
657 657
  // Probe the stub cache.
658 658
  Code::Flags flags = Code::ComputeFlags(
659
      Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
659
      Code::HANDLER, MONOMORPHIC, Code::kNoExtraICState,
660 660
      Code::NORMAL, Code::LOAD_IC);
661 661
  masm->isolate()->stub_cache()->GenerateProbe(
662 662
      masm, flags, a0, a2, a3, t0, t1, t2);
......
1496 1496

  
1497 1497
  // Get the receiver from the stack and probe the stub cache.
1498 1498
  Code::Flags flags = Code::ComputeFlags(
1499
      Code::STUB, MONOMORPHIC, strict_mode,
1499
      Code::HANDLER, MONOMORPHIC, strict_mode,
1500 1500
      Code::NORMAL, Code::STORE_IC);
1501 1501
  masm->isolate()->stub_cache()->GenerateProbe(
1502 1502
      masm, flags, a1, a2, a3, t0, t1, t2);

Also available in: Unified diff