Home | History | Annotate | Download | only in arm

Lines Matching refs:patch

1785   Label patch;
1804 // If we need a map later and have a Smi -> patch.
1805 __ JumpIfSmi(tos_, &patch);
1850 __ bind(&patch);
1880 // Patch the caller to an appropriate specialized stub and return the
4059 // In this case the offset to the inline site to patch is passed on the stack,
4117 // Patch the (relocated) inlined map check.
4123 // Get the map location in scratch and patch it.
4153 // Patch the call site to return true.
4156 // Get the boolean result location in scratch and patch it.
4171 // Patch the call site to return false.
4174 // Get the boolean result location in scratch and patch it.
4300 // Patch the arguments.length and the parameters pointer in the current frame.
4336 // We have an adaptor frame. Patch the parameters pointer.
4505 __ str(r2, MemOperand(sp, 0 * kPointerSize)); // Patch argument count.
4525 // Patch the arguments.length and the parameters pointer.
5171 // Patch the receiver on the stack with the global receiver object.
7175 // offset fixed up correctly by the bind(Label*) call. We patch it back and
7178 // See RecordWriteStub::Patch for details.