Searched defs:opt (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_options_test.cc | 29 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/ |
D | cmdline_parser_test.cc | 425 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/ |
D | optimization.cc | 202 HOptimization* opt = nullptr; in ConstructOptimizations() local
|
D | nodes.cc | 2885 IntrinsicOptimizations opt(this); in SetIntrinsic() local 2914 IntrinsicOptimizations opt(*this); in NeedsEnvironment() local 2933 IntrinsicOptimizations opt(*this); in NeedsDexCacheOfDeclaringClass() local
|
/art/tools/dmtracedump/ |
D | createtesttrace.cc | 412 int32_t opt = getopt(argc, argv, "v:d"); in parseOptions() local
|
D | tracedump.cc | 2536 int32_t opt = getopt(argc, argv, "d:hg:kos:t:"); in parseOptions() local
|