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

  /external/v8/test/cctest/interpreter/
test-source-positions.cc 130 saved_flag_ignition_ = FLAG_ignition;
131 FLAG_ignition = true;
138 FLAG_ignition = saved_flag_ignition_;
interpreter-tester.cc 24 i::FLAG_ignition = true;
generate-bytecode-expectations.cc 357 i::FLAG_ignition = true;
test-bytecode-generator.cc 74 i::FLAG_ignition = true;
    [all...]
  /external/v8/src/
background-parsing-task.cc 36 info->set_allow_lazy_parsing(!(i::FLAG_ignition && i::FLAG_ignition_eager));
compiler.cc 484 if (FLAG_ignition && UseIgnition(info)) {
    [all...]
frames.cc 439 } else if (FLAG_ignition && IsInterpreterFramePc(iterator->isolate(),
    [all...]
log.cc     [all...]
d8.cc     [all...]
isolate.cc     [all...]
bootstrapper.cc     [all...]
  /external/v8/test/cctest/
test-log-stack-tracer.cc 86 if (i::FLAG_ignition) {
test-compiler.cc 332 (FLAG_ignition && FLAG_ignition_eager)) {
784 FLAG_ignition = true;
test-profile-generator.cc 684 bool is_lazy = i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager);
test-parsing.cc 204 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
257 if (!i::FLAG_lazy || (i::FLAG_ignition && i::FLAG_ignition_eager)) return;
    [all...]
test-serialize.cc     [all...]
test-heap-profiler.cc 370 if (i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager)) {
    [all...]
test-api.cc     [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]
  /external/v8/src/ic/
ic.cc 213 if (FLAG_ignition && it.frame()->type() == StackFrame::STUB) {
    [all...]
  /external/v8/test/cctest/compiler/
test-run-bytecode-graph-builder.cc 78 i::FLAG_ignition = true;
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 478 milliseconds