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

  /external/v8/test/cctest/
test-parsing.cc 204 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
242 bool lazy_flag = i::FLAG_lazy;
243 i::FLAG_lazy = true;
247 i::FLAG_lazy = false;
251 i::FLAG_lazy = lazy_flag;
257 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
    [all...]
test-compiler.cc 331 if (i::FLAG_always_opt || !i::FLAG_lazy ||
test-profile-generator.cc 684 bool is_lazy = i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager);
test-heap-profiler.cc 370 if (i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager)) {
    [all...]
test-serialize.cc     [all...]
test-api.cc     [all...]
  /external/v8/src/
compiler.cc     [all...]
  /external/v8/src/parsing/
parser.cc     [all...]

Completed in 925 milliseconds