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.cc425 std::vector<std::string> opt = {"hello"}; in TEST_F() local
431 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
437 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
451 std::vector<std::string> opt = {"hello"}; in TEST_F() local
456 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local
463 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local
496 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, "abc", true); in TEST_F() local
/art/compiler/optimizing/
Doptimization.cc202 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