Home | History | Annotate | Download | only in profman

Lines Matching refs:starts_with

228       } else if (option.starts_with("--create-profile-from=")) {
230 } else if (option.starts_with("--dump-output-to-fd=")) {
234 } else if (option.starts_with("--boot-image-class-threshold=")) {
239 } else if (option.starts_with("--boot-image-clean-class-threshold=")) {
244 } else if (option.starts_with("--boot-image-sampled-method-threshold=")) {
249 } else if (option.starts_with("--profile-file=")) {
251 } else if (option.starts_with("--profile-file-fd=")) {
253 } else if (option.starts_with("--reference-profile-file=")) {
255 } else if (option.starts_with("--reference-profile-file-fd=")) {
257 } else if (option.starts_with("--dex-location=")) {
259 } else if (option.starts_with("--apk-fd=")) {
261 } else if (option.starts_with("--apk=")) {
263 } else if (option.starts_with("--generate-test-profile=")) {
265 } else if (option.starts_with("--generate-test-profile-num-dex=")) {
270 } else if (option.starts_with("--generate-test-profile-method-percentage")) {
275 } else if (option.starts_with("--generate-test-profile-class-percentage")) {
280 } else if (option.starts_with("--generate-test-profile-seed=")) {
282 } else if (option.starts_with("--copy-and-update-profile-key")) {