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

  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 49 int opt_count = 0; local
58 opt_count++;
100 mode, argv[opt_count + 1], argv[opt_count + 2], argv[opt_count + 3]);
112 if (stat(argv[opt_count + 1], &s) == 0) {
119 mode, argv[opt_count + 1], argv[opt_count + 2], type);
123 if ((input_dir = opendir(argv[opt_count + 1])) != NULL) {
124 // argv[opt_count + 2] should be a directory. if that dir does not exist
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 199 int opt_count; /* referenced count in optimize_node_left() */ member in struct:__anon8325
regcomp.c     [all...]
regparse.c 1392 NENCLOSE(node)->opt_count = 0;
    [all...]
  /external/v8/src/compiler/
graph-visualizer.cc 39 int attempt = info->shared_info()->opt_count();
45 int attempt = info->shared_info()->opt_count();
  /external/v8/src/
compiler.cc 182 int opt_count = function->shared()->opt_count(); local
183 function->shared()->set_opt_count(opt_count + 1);
    [all...]
deoptimizer.cc 470 int opt_count = function->shared()->opt_count(); local
471 if (opt_count > 0) opt_count--;
472 function->shared()->set_opt_count(opt_count);
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-test.cc 346 return Smi::FromInt(function->shared()->opt_count());
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 1315 milliseconds