Home | History | Annotate | Download | only in x87

Lines Matching defs:call

116 // Patch the code at the current PC with a call to the target address.
119 // Call instruction takes up 5 bytes and int3 takes up one byte.
133 patcher.masm()->call(target, RelocInfo::NONE32);
139 // Add the requested number of int3 instructions after the call.
1281 void Assembler::call(Label* L) {
1299 void Assembler::call(byte* entry, RelocInfo::Mode rmode) {
1313 // Call size is 1 (opcode) + adr.len_ (operand).
1318 void Assembler::call(const Operand& adr) {
1331 void Assembler::call(Handle<Code> code,