Lines Matching defs:call
156 // Patch the code at the current PC with a call to the target address.
159 // Load register with immediate 64 and call through a register instructions
175 patcher.masm()->call(r10);
181 // Add the requested number of int3 instructions after the call.
242 // This call to set_modrm doesn't overwrite the REX.B (or REX.X) bits
855 void Assembler::call(Label* L) {
876 void Assembler::call(Handle<Code> target,
887 void Assembler::call(Register adr) {
897 void Assembler::call(const Operand& op) {
911 void Assembler::call(Address target) {