Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h43 bool IsNextInAssemblyOrder(const BasicBlock* block) const { in IsNextInAssemblyOrder() function
Dinstruction-selector.h96 bool IsNextInAssemblyOrder(const BasicBlock* block) const;
Dinstruction-selector.cc143 bool InstructionSelector::IsNextInAssemblyOrder(const BasicBlock* block) const { in IsNextInAssemblyOrder() function in v8::internal::compiler::InstructionSelector
849 if (IsNextInAssemblyOrder(target)) { in VisitGoto()
869 if (IsNextInAssemblyOrder(tbranch)) { in VisitBranch()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc407 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc479 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc453 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc629 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch()