Lines Matching refs:target
46 // it. The code at the new target might also have been emitted concurrently, so
142 Address target =
144 jtasm.EmitFarJumpSlot(target);
152 Address far_jump_table_slot, Address target) {
155 if (!jtasm.EmitJumpSlot(target)) {
159 JumpTableAssembler::PatchFarJumpSlot(far_jump_table_slot, target);
175 // that the instruction containing the call target does not cross cache-line
254 bool EmitJumpSlot(Address target);
257 void EmitFarJumpSlot(Address target);
261 static void PatchFarJumpSlot(Address slot, Address target);