Lines Matching defs:call
195 // Patch the code at the current PC with a call to the target address.
198 // Call instruction takes up 5 bytes and int3 takes up one byte.
212 patcher.masm()->call(target, RelocInfo::NONE);
218 // Add the requested number of int3 instructions after the call.
1395 void Assembler::call(Label* L) {
1413 void Assembler::call(byte* entry, RelocInfo::Mode rmode) {
1423 // Call size is 1 (opcode) + adr.len_ (operand).
1428 void Assembler::call(const Operand& adr) {
1441 void Assembler::call(Handle<Code> code,