Searched refs:IsJump (Results 1 – 18 of 18) sorted by relevance
62 DCHECK(last->IsRet() || last->IsJump()); in MarkDeConstruction()
718 instr->IsRet() || instr->IsJump()); in AssembleInstruction()719 if (instr->IsJump() && block->must_deconstruct_frame()) { in AssembleInstruction()
961 bool IsJump() const { return arch_opcode() == ArchOpcode::kArchJmp; } in IsJump() function
70 if (Bytecodes::IsJump(bytecode) || Bytecodes::IsSwitch(bytecode) || in NON_EXPORTED_BASE()
110 DCHECK(!Bytecodes::IsJump(node->bytecode())); in Write()444 DCHECK(Bytecodes::IsJump(jump_bytecode)); in PatchJump()
730 static constexpr bool IsJump(Bytecode bytecode) { in IsJump() function746 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode) && in IsJumpWithoutEffects()
1031 if (!Bytecodes::IsJump(bytecode)) continue; in LivenessIsValid()1086 if (Bytecodes::IsJump(forward_iterator.current_bytecode())) { in LivenessIsValid()
479 if (interpreter::Bytecodes::IsJump(bytecode)) { in CalculatePredecessorCounts()
638 if (interpreter::Bytecodes::IsJump(iterator.current_bytecode())) { in Disassemble()
602 DCHECK(!interpreter::Bytecodes::IsJump(bytecode)); in GetBaselinePCForNextExecutedBytecode()
784 static bool IsJump(Instr instr);
512 !interpreter::Bytecodes::IsJump(bytecode) && in VisitSingleBytecode()
570 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler934 if (IsJump(instr_j)) { in target_at_put()
1449 static bool IsJump(Instr instr);
556 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler887 if (IsJump(instr_j)) { in target_at_put()
1510 static bool IsJump(Instr instr);
1274 static bool IsJump(Instr instr);
319 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler