Home | History | Annotate | Download | only in runtime

Lines Matching full:gc_options

126   std::vector<std::string> gc_options;
127 Split(option.substr(strlen("-Xgc:")), ',', gc_options);
128 for (const std::string& gc_option : gc_options) {