Lines Matching defs:target
527 void AssemblerX64::Callq(Label *target) in Callq()
553 void AssemblerX64::Jmp(Label *target, Distance distance) in Jmp()
607 void AssemblerX64::Ja(Label *target, Distance distance) in Ja()
639 void AssemblerX64::Jb(Label *target, Distance distance) in Jb()
670 void AssemblerX64::Jz(Label *target, Distance distance) in Jz()
702 void AssemblerX64::Je(Label *target, Distance distance) in Je()
734 void AssemblerX64::Bind(Label *target) in Bind()
906 void AssemblerX64::Jne(Label *target, Distance distance) in Jne()
946 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe()
1100 void AssemblerX64::Jnz(Label *target, Distance distance) in Jnz()
1132 void AssemblerX64::Jle(Label *target, Distance distance) in Jle()
1164 void AssemblerX64::Jae(Label *target, Distance distance) in Jae()
1196 void AssemblerX64::Jg(Label *target, Distance distance) in Jg()
1228 void AssemblerX64::Jge(Label *target, Distance distance) in Jge()
1333 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb()