Searched defs:large_method_threshold (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_options.h69 size_t large_method_threshold,
86 large_method_threshold_(large_method_threshold),
67 CompilerOptions(CompilerFilter compiler_filter, size_t huge_method_threshold, size_t large_method_threshold, size_t small_method_threshold, size_t tiny_method_threshold, size_t num_dex_methods_threshold, bool generate_gdb_information, bool include_patch_information, double top_k_profile_threshold, bool include_debug_symbols, bool implicit_null_checks, bool implicit_so_checks, bool implicit_suspend_checks , bool sea_ir_mode ) argument
/art/dex2oat/
H A Ddex2oat.cc842 int large_method_threshold = CompilerOptions::kDefaultLargeMethodThreshold; local
977 if (!ParseInt(threshold, &large_method_threshold)) {
980 if (large_method_threshold < 0) {
981 Usage("--large-method-max passed a negative value %s", large_method_threshold);
1196 large_method_threshold,

Completed in 2062 milliseconds