Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_options_test.cc29 JDWP::JdwpOptions opt = JDWP::JdwpOptions(); in TEST() local
43 JDWP::JdwpOptions opt = JDWP::JdwpOptions(); in TEST() local
58 JDWP::JdwpOptions opt = JDWP::JdwpOptions(); in TEST() local
72 JDWP::JdwpOptions opt = JDWP::JdwpOptions(); in TEST() local
/art/cmdline/
Dcmdline_parser_test.cc414 std::vector<std::string> opt = {"hello"}; in TEST_F() local
420 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
426 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
440 std::vector<std::string> opt = {"hello"}; in TEST_F() local
445 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
452 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
485 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, "abc", true); in TEST_F() local
/art/compiler/optimizing/
Doptimization.cc195 HOptimization* opt = nullptr; in ConstructOptimizations() local
Dnodes.cc2831 IntrinsicOptimizations opt(this); in SetIntrinsic() local
2861 IntrinsicOptimizations opt(*this); in NeedsEnvironment() local
2880 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