Home
last modified time | relevance | path

Searched refs:IsNextInAssemblyOrder (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc436 if (!IsNextInAssemblyOrder(target)) in AssembleArchJump()
504 bool CodeGenerator::IsNextInAssemblyOrder(RpoNumber block) const { in IsNextInAssemblyOrder() function in v8::internal::compiler::CodeGenerator
687 if (IsNextInAssemblyOrder(true_rpo)) { in ComputeBranchInfo()
695 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo()
740 if (!IsNextInAssemblyOrder(target)) { in AssembleInstruction()
Dcode-generator.h206 bool IsNextInAssemblyOrder(RpoNumber block) const;