Home | History | Annotate | Download | only in x64

Lines Matching refs:patch

405   Label patch;
434 // If we need a map later and have a Smi -> patch.
435 patch, Label::kNear);
495 __ bind(&patch);
548 // Patch the caller to an appropriate specialized stub and return the
694 // Patch the caller to an appropriate specialized stub and return the
932 // Patch the caller to an appropriate specialized stub and return the
2342 // We have an adaptor frame. Patch the parameters pointer.
2527 __ movq(Operand(rsp, 1 * kPointerSize), rcx); // Patch argument count.
2545 // Patch the arguments.length and the parameters pointer.
2576 // Patch the arguments.length and the parameters pointer.
3646 // Patch the receiver on the stack with the global receiver object.
6081 // offset fixed up correctly by the bind(Label*) call. We patch it back and
6084 // See RecordWriteStub::Patch for details.