HomeSort by relevance Sort by last modified time
    Searched refs:TestProfilerOptions (Results 1 - 5 of 5) sorted by null

  /art/runtime/
runtime_options.h 44 struct TestProfilerOptions;
runtime_options.def 108 RUNTIME_OPTIONS_KEY (TestProfilerOptions, ProfilerOpts) // -Xenable-profiler, -Xprofile-*
parsed_options.cc 248 .WithType<TestProfilerOptions>()
252 .WithType<TestProfilerOptions>()
  /art/cmdline/
cmdline_types.h 637 struct TestProfilerOptions {
661 TestProfilerOptions() :
675 TestProfilerOptions(const TestProfilerOptions&) = default;
676 TestProfilerOptions(TestProfilerOptions&&) = default;
679 static inline std::ostream& operator<<(std::ostream& stream, const TestProfilerOptions& options) {
680 stream << "TestProfilerOptions {" << std::endl;
704 struct CmdlineType<TestProfilerOptions> : CmdlineTypeParser<TestProfilerOptions> {
    [all...]
cmdline_parser_test.cc 33 bool operator==(const TestProfilerOptions& lhs, const TestProfilerOptions& rhs) {
481 TEST_F(CmdlineParserTest, TestProfilerOptions) {
487 TestProfilerOptions opt;
496 TestProfilerOptions opt;
506 TestProfilerOptions opt = TestProfilerOptions();
534 TestProfilerOptions opt = TestProfilerOptions();

Completed in 126 milliseconds