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 92 bool fallthru = true; local
98 fallthru = false;
102 fallthru = false;
119 fallthru = false;
123 fallthru = false;
127 if (fallthru) {
171 bool fallthru = true; local
176 fallthru = false; // branches don't fall through to the next block.
183 fallthru = false; // jumps don't fall through to the next block.
186 prev_fallthru = fallthru;
    [all...]
code-generator.h 36 bool fallthru; member in struct:v8::internal::compiler::BranchInfo

Completed in 1590 milliseconds