Home | History | Annotate | Download | only in mips

Lines Matching refs:patch

1870   Label patch;
1889 // If we need a map later and have a Smi -> patch.
1890 __ JumpIfSmi(tos_, &patch);
1940 __ bind(&patch);
1968 // Patch the caller to an appropriate specialized stub and return the
4241 // In this case the offset to the inline site to patch is passed on the stack,
4298 // Patch the (relocated) inlined map check.
4304 // Get the map location in scratch and patch it.
4332 // Patch the call site to return true.
4335 // Get the boolean result location in scratch and patch it.
4350 // Patch the call site to return false.
4353 // Get the boolean result location in scratch and patch it.
4485 // Patch the arguments.length and the parameters pointer in the current frame.
4525 // We have an adaptor frame. Patch the parameters pointer.
4712 __ sw(a2, MemOperand(sp, 0 * kPointerSize)); // Patch argument count.
4734 // Patch the arguments.length and the parameters pointer.
5402 // Patch the receiver on the stack with the global receiver object.
7445 // get the offset fixed up correctly by the bind(Label*) call. We patch it
7449 // See RecordWriteStub::Patch for details.