Home | History | Annotate | Download | only in runtime

Lines Matching defs:ParseDouble

366       if (!ParseDouble(option, '=', 0.1, 0.9, &heap_target_utilization_)) {
370 if (!ParseDouble(option, '=', 0.1, 10.0, &foreground_heap_growth_multiplier_)) {
578 if (!ParseDouble(option, ':', 1.0, 10.0, &profiler_options_.backoff_coefficient_)) {
584 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_threshold_)) {
588 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_change_threshold_)) {
898 bool ParsedOptions::ParseDouble(const std::string& option, char after_char,