HomeSort by relevance Sort by last modified time
    Searched defs:fallthru (Results 1 - 2 of 2) 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

Completed in 65 milliseconds