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

  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 47 int opt_count = 0; local
56 opt_count++;
98 mode, argv[opt_count + 1], argv[opt_count + 2], argv[opt_count + 3]);
110 if (stat(argv[opt_count + 1], &s) == 0) {
117 mode, argv[opt_count + 1], argv[opt_count + 2], type);
121 if ((input_dir = opendir(argv[opt_count + 1])) != NULL) {
122 // argv[opt_count + 2] should be a directory. if that dir does not exist
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 199 int opt_count; /* referenced count in optimize_node_left() */ member in struct:__anon9269

Completed in 226 milliseconds