Lines Matching refs:ParseUnsignedInteger
374 if (!ParseUnsignedInteger(option, '=', ¶llel_gc_threads_)) {
378 if (!ParseUnsignedInteger(option, '=', &conc_gc_threads_)) {
389 if (!ParseUnsignedInteger(option, '=', &max_spins_before_thin_lock_inflation_)) {
394 if (!ParseUnsignedInteger(option, '=', &value)) {
400 if (!ParseUnsignedInteger(option, '=', &value)) {
513 if (!ParseUnsignedInteger(option, ':', &lock_profiling_threshold_)) {
550 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) {
566 if (!ParseUnsignedInteger(option, ':', &profiler_options_.period_s_)) {
570 if (!ParseUnsignedInteger(option, ':', &profiler_options_.duration_s_)) {
574 if (!ParseUnsignedInteger(option, ':', &profiler_options_.interval_us_)) {
596 if (!ParseUnsignedInteger(option, ':', &profiler_options_.max_stack_depth_)) {
884 bool ParsedOptions::ParseUnsignedInteger(const std::string& s, char after_char,