Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser_test.cc420 std::vector<std::string> opt = {"hello"}; in TEST_F() local
426 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
432 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
446 std::vector<std::string> opt = {"hello"}; in TEST_F() local
451 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
458 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
491 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, "abc", true); in TEST_F() local
/art/compiler/optimizing/
Doptimization.cc188 HOptimization* opt = nullptr; in ConstructOptimizations() local
Dnodes.cc2885 IntrinsicOptimizations opt(this); in SetIntrinsic() local
2914 IntrinsicOptimizations opt(*this); in NeedsEnvironment() local
2933 IntrinsicOptimizations opt(*this); in NeedsDexCacheOfDeclaringClass() local
/art/tools/dmtracedump/
Dcreatetesttrace.cc412 int32_t opt = getopt(argc, argv, "v:d"); in parseOptions() local
Dtracedump.cc2536 int32_t opt = getopt(argc, argv, "d:hg:kos:t:"); in parseOptions() local