Home | History | Annotate | Download | only in runtime

Lines Matching full:xmethod

589     } else if (option == "-Xmethod-trace") {
591 } else if (StartsWith(option, "-Xmethod-trace-file:")) {
592 parsed->method_trace_file_ = option.substr(strlen("-Xmethod-trace-file:"));
593 } else if (StartsWith(option, "-Xmethod-trace-file-size:")) {