Searched defs:IsJ (Results 1 – 4 of 4) sorted by relevance
13 #define IsJ(b0, b1) ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)) macro
13 inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)); } in IsJ() function
544 bool Assembler::IsJ(Instr instr) { in IsJ() function in v8::internal::Assembler
522 bool Assembler::IsJ(Instr instr) { in IsJ() function in v8::internal::Assembler