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

  /external/v8/test/cctest/
test-parsing.cc 231 bool lazy_flag = i::FLAG_lazy;
232 i::FLAG_lazy = true;
235 i::FLAG_lazy = false;
238 i::FLAG_lazy = lazy_flag;
    [all...]
test-compiler.cc 328 if (i::FLAG_always_opt || !i::FLAG_lazy) return;
  /external/v8/src/
compiler.cc     [all...]
parser.cc 890 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY;
    [all...]

Completed in 75 milliseconds