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

/art/runtime/
H A Dparsed_options.cc367 if (!ParseDouble(option, '=', 0.1, 0.9, &heap_target_utilization_)) {
371 if (!ParseDouble(option, '=', 0.1, 10.0, &foreground_heap_growth_multiplier_)) {
579 if (!ParseDouble(option, ':', 1.0, 10.0, &profiler_options_.backoff_coefficient_)) {
585 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_threshold_)) {
589 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_change_threshold_)) {
899 bool ParsedOptions::ParseDouble(const std::string& option, char after_char, function in class:art::ParsedOptions
/art/dex2oat/
H A Ddex2oat.cc762 void ParseDouble(const std::string& option, char after_char, function in namespace:art
1034 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold);

Completed in 422 milliseconds