Lines Matching refs:ParseUnsignedInteger
374 if (!ParseUnsignedInteger(option, '=', ¶llel_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()
596 if (!ParseUnsignedInteger(option, ':', &profiler_options_.max_stack_depth_)) { in Parse()
884 bool ParsedOptions::ParseUnsignedInteger(const std::string& s, char after_char, in ParseUnsignedInteger() function in art::ParsedOptions