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

/art/runtime/
H A Dparsed_options.cc375 if (!ParseUnsignedInteger(option, '=', &parallel_gc_threads_)) {
379 if (!ParseUnsignedInteger(option, '=', &conc_gc_threads_)) {
390 if (!ParseUnsignedInteger(option, '=', &max_spins_before_thin_lock_inflation_)) {
395 if (!ParseUnsignedInteger(option, '=', &value)) {
401 if (!ParseUnsignedInteger(option, '=', &value)) {
514 if (!ParseUnsignedInteger(option, ':', &lock_profiling_threshold_)) {
551 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) {
567 if (!ParseUnsignedInteger(option, ':', &profiler_options_.period_s_)) {
571 if (!ParseUnsignedInteger(option, ':', &profiler_options_.duration_s_)) {
575 if (!ParseUnsignedInteger(optio
885 bool ParsedOptions::ParseUnsignedInteger(const std::string& s, char after_char, function in class:art::ParsedOptions
[all...]

Completed in 137 milliseconds