Searched refs:IsNextInAssemblyOrder (Results 1 – 10 of 10) sorted by relevance
218 bool CodeGenerator::IsNextInAssemblyOrder(RpoNumber block) const { in IsNextInAssemblyOrder() function in v8::internal::compiler::CodeGenerator297 if (!IsNextInAssemblyOrder(true_rpo)) { in AssembleInstruction()302 if (IsNextInAssemblyOrder(true_rpo)) { in AssembleInstruction()311 branch.fallthru = IsNextInAssemblyOrder(false_rpo); in AssembleInstruction()
71 bool IsNextInAssemblyOrder(RpoNumber block) const;
1016 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target)); in AssembleArchJump()
1284 if (!IsNextInAssemblyOrder(target)) __ B(GetLabel(target)); in AssembleArchJump()
1169 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target)); in AssembleArchJump()
1246 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target)); in AssembleArchJump()
1447 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target)); in AssembleArchJump()
1545 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target)); in AssembleArchJump()
1472 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target)); in AssembleArchJump()
1690 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target)); in AssembleArchJump()