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

  /art/compiler/driver/
compiler_options.cc 55 size_t tiny_method_threshold,
76 tiny_method_threshold_(tiny_method_threshold),
compiler_options.h 68 size_t tiny_method_threshold,
  /art/dex2oat/
dex2oat.cc 566 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; local
728 if (!ParseInt(threshold, &tiny_method_threshold)) {
731 if (tiny_method_threshold < 0) {
732 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold);
    [all...]

Completed in 520 milliseconds