Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 7 of 7) sorted by relevance

/art/cmdline/
Dcmdline_parser_test.cc419 std::vector<std::string> opt = {"hello"}; in TEST_F() local
425 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
431 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
445 std::vector<std::string> opt = {"hello"}; in TEST_F() local
450 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
457 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
490 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, 8, "abc", true); in TEST_F() local
/art/libartservice/service/java/com/android/server/art/
DArtShellCommand.java199 String opt; in handleCompile() local
354 String opt = getNextOption(); in handleBgDexoptJob() local
456 String opt; in handleSnapshotProfile() local
529 String opt; in handleDumpProfile() local
567 String opt; in handleBatchDexopt() local
/art/compiler/optimizing/
Dcritical_native_abi_fixup_arm.cc81 IntrinsicOptimizations opt(new_input); in FixUpArguments() local
Doptimization.cc191 HOptimization* opt = nullptr; in ConstructOptimizations() local
Dnodes.cc3295 IntrinsicOptimizations opt(this); in SetIntrinsic() local
3323 IntrinsicOptimizations opt(*this); in NeedsEnvironment() local
/art/tools/dmtracedump/
Dcreatetesttrace.cc413 int32_t opt = getopt(argc, argv, "v:d"); in parseOptions() local
Dtracedump.cc2534 int32_t opt = getopt(argc, argv, "d:hg:kos:t:"); in parseOptions() local