Home
last modified time | relevance | path

Searched refs:ParseUnsignedInteger (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dparsed_options.cc374 if (!ParseUnsignedInteger(option, '=', &parallel_gc_threads_)) { in Parse()
378 if (!ParseUnsignedInteger(option, '=', &conc_gc_threads_)) { in Parse()
389 if (!ParseUnsignedInteger(option, '=', &max_spins_before_thin_lock_inflation_)) { in Parse()
394 if (!ParseUnsignedInteger(option, '=', &value)) { in Parse()
400 if (!ParseUnsignedInteger(option, '=', &value)) { in Parse()
513 if (!ParseUnsignedInteger(option, ':', &lock_profiling_threshold_)) { in Parse()
550 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) { in Parse()
566 if (!ParseUnsignedInteger(option, ':', &profiler_options_.period_s_)) { in Parse()
570 if (!ParseUnsignedInteger(option, ':', &profiler_options_.duration_s_)) { in Parse()
574 if (!ParseUnsignedInteger(option, ':', &profiler_options_.interval_us_)) { in Parse()
[all …]
Dparsed_options.h123 bool ParseUnsignedInteger(const std::string& option, char after_char, unsigned int* parsed_value);