HomeSort by relevance Sort by last modified time
    Searched refs:fallthru (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
jump-threading.cc 75 bool fallthru = true; local
82 fallthru = false;
86 fallthru = false;
95 fallthru = false;
99 fallthru = false;
103 if (fallthru) {
146 bool fallthru = true; local
150 fallthru = false; // branches don't fall through to the next block.
157 fallthru = false; // jumps don't fall through to the next block.
160 prev_fallthru = fallthru;
    [all...]
code-generator.h 27 bool fallthru; member in struct:v8::internal::compiler::BranchInfo
code-generator.cc 311 branch.fallthru = IsNextInAssemblyOrder(false_rpo);
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]

Completed in 108 milliseconds