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 75 bool fallthru = true; local
82 fallthru = false;
86 fallthru = false;
104 fallthru = false;
108 fallthru = false;
112 if (fallthru) {
155 bool fallthru = true; local
159 fallthru = false; // branches don't fall through to the next block.
166 fallthru = false; // jumps don't fall through to the next block.
169 prev_fallthru = fallthru;
    [all...]
code-generator.h 28 bool fallthru; member in struct:v8::internal::compiler::BranchInfo

Completed in 59 milliseconds