Home | History | Annotate | Download | only in x64

Lines Matching defs:call

41 // Patch the code at the current PC with a call to the target address.
58 patcher.masm()->call(kScratchRegister);
64 // Add the requested number of int3 instructions after the call.
126 // This call to set_modrm doesn't overwrite the REX.B (or REX.X) bits
655 void Assembler::call(Label* L) {
676 void Assembler::call(Address entry, RelocInfo::Mode rmode) {
686 void Assembler::call(Handle<Code> target,
697 void Assembler::call(Register adr) {
707 void Assembler::call(const Operand& op) {
721 void Assembler::call(Address target) {