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

  /external/v8/src/compiler/
jump-threading.cc 76 bool fallthru = true; local
83 fallthru = false;
87 fallthru = false;
105 fallthru = false;
109 fallthru = false;
113 if (fallthru) {
156 bool fallthru = true; local
160 fallthru = false; // branches don't fall through to the next block.
167 fallthru = false; // jumps don't fall through to the next block.
170 prev_fallthru = fallthru;
    [all...]
code-generator.h 34 bool fallthru; member in struct:v8::internal::compiler::BranchInfo
code-generator.cc 445 branch.fallthru = IsNextInAssemblyOrder(false_rpo);
461 branch.fallthru = true;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
builder.go 178 // body block (fallthru) for the next case.
182 var fallthru, defaultBlock *Block
185 body := fallthru
191 fallthru = done
193 fallthru = b.newBlock("switch.body")
200 defaultFallthrough = fallthru
216 _fallthrough: fallthru,
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
builder.go 178 // body block (fallthru) for the next case.
182 var fallthru, defaultBlock *Block
185 body := fallthru
191 fallthru = done
193 fallthru = b.newBlock("switch.body")
200 defaultFallthrough = fallthru
216 _fallthrough: fallthru,
  /external/clang/test/Parser/
cxx0x-attributes.cpp 349 int fallthru(int n) {
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /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/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]

Completed in 160 milliseconds