Searched refs:FLAG_lazy (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/cctest/
H A Dtest-parsing.cc204 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
242 bool lazy_flag = i::FLAG_lazy;
243 i::FLAG_lazy = true; member in class:i
247 i::FLAG_lazy = false; member in class:i
251 i::FLAG_lazy = lazy_flag; member in class:i
257 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
3289 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
3298 i::FLAG_lazy = true; member in class:i
H A Dtest-compiler.cc331 if (i::FLAG_always_opt || !i::FLAG_lazy ||
H A Dtest-profile-generator.cc684 bool is_lazy = i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager);
H A Dtest-serialize.cc1759 FLAG_lazy = true;
H A Dtest-heap-profiler.cc370 if (i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager)) {
H A Dtest-api.cc14595 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) {
15324 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
24345 if (i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager)) {
24361 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
/external/v8/src/
H A Dcompiler.cc1672 bool lazy = FLAG_lazy && allow_lazy && !literal->should_eager_compile();
/external/v8/src/parsing/
H A Dparser.cc908 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY;
4319 FLAG_lazy && !allow_natives() && extension_ == NULL && allow_lazy() &&

Completed in 277 milliseconds