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

  /external/v8/test/cctest/compiler/
test-run-deopt.cc 32 FLAG_allow_natives_syntax = true;
49 FLAG_allow_natives_syntax = true;
67 FLAG_allow_natives_syntax = true;
86 FLAG_allow_natives_syntax = true;
105 FLAG_allow_natives_syntax = true;
function-tester.h 29 function((FLAG_allow_natives_syntax = true, NewFunction(source))),
47 function((FLAG_allow_natives_syntax = true,
test-run-jscalls.cc 133 FLAG_allow_natives_syntax = true;
148 FLAG_allow_natives_syntax = true;
test-run-bytecode-graph-builder.cc 80 i::FLAG_allow_natives_syntax = true;
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 562 i::FLAG_allow_natives_syntax = true;
619 i::FLAG_allow_natives_syntax = true;
642 i::FLAG_allow_natives_syntax = true;
695 i::FLAG_allow_natives_syntax = true;
    [all...]
test-decls.cc 934 i::FLAG_allow_natives_syntax = true;
989 i::FLAG_allow_natives_syntax = true;
    [all...]
test-deoptimization.cc 58 allow_natives_syntax_(i::FLAG_allow_natives_syntax),
62 i::FLAG_allow_natives_syntax = true;
69 i::FLAG_allow_natives_syntax = allow_natives_syntax_;
88 : allow_natives_syntax_(i::FLAG_allow_natives_syntax),
91 i::FLAG_allow_natives_syntax = true;
97 i::FLAG_allow_natives_syntax = allow_natives_syntax_;
test-compiler.cc 291 i::FLAG_allow_natives_syntax = true;
371 FLAG_allow_natives_syntax = true;
408 FLAG_allow_natives_syntax = true;
478 FLAG_allow_natives_syntax = true;
781 FLAG_allow_natives_syntax = true;
test-date.cc 198 FLAG_allow_natives_syntax = true;
test-sampler-api.cc 232 i::FLAG_allow_natives_syntax = true;
test-api-interceptors.cc     [all...]
test-accessors.cc 697 i::FLAG_allow_natives_syntax = true;
test-thread-termination.cc 565 i::FLAG_allow_natives_syntax = true;
test-parsing.cc     [all...]
test-debug.cc     [all...]
test-api.cc     [all...]
test-strings.cc     [all...]
test-heap-profiler.cc     [all...]
test-serialize.cc     [all...]
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 359 i::FLAG_allow_natives_syntax = true;
test-bytecode-generator.cc 76 i::FLAG_allow_natives_syntax = true;
    [all...]
  /external/v8/src/parsing/
parser.cc 806 set_allow_natives(FLAG_allow_natives_syntax || info->is_native());
    [all...]

Completed in 540 milliseconds