Home | History | Annotate | Download | only in ia32

Lines Matching defs:call

121 // Patch the code at the current PC with a call to the target address.
124 // Call instruction takes up 5 bytes and int3 takes up one byte.
138 patcher.masm()->call(target, RelocInfo::NONE32);
144 // Add the requested number of int3 instructions after the call.
1348 void Assembler::call(Label* L) {
1366 void Assembler::call(byte* entry, RelocInfo::Mode rmode) {
1380 // Call size is 1 (opcode) + adr.len_ (operand).
1385 void Assembler::call(const Operand& adr) {
1398 void Assembler::call(Handle<Code> code,