Searched refs:IsBeq (Results 1 – 5 of 5) sorted by relevance
509 ASSERT(Assembler::IsBeq(masm->instr_at(pos))); in PatchNopIntoBranch()517 if (Assembler::IsBeq(first_instruction)) { in GetMode()523 if (Assembler::IsBeq(second_instruction)) { in GetMode()
130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize))); in PatchStackCheckCodeAt()166 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize))); in RevertStackCheckCodeAt()
963 static bool IsBeq(Instr instr);
1733 if (Assembler::IsBeq(branch_instr)) { in PatchInlinedSmiCode()
522 bool Assembler::IsBeq(Instr instr) { in IsBeq() function in v8::internal::Assembler