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

  /art/compiler/driver/
compiler_options.cc 52 size_t huge_method_threshold,
73 huge_method_threshold_(huge_method_threshold),
compiler_options.h 65 size_t huge_method_threshold,
  /art/dex2oat/
dex2oat.cc 563 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; local
704 if (!ParseInt(threshold, &huge_method_threshold)) {
707 if (huge_method_threshold < 0) {
708 Usage("--huge-method-max passed a negative value %s", huge_method_threshold);
    [all...]

Completed in 2351 milliseconds