Home
last modified time | relevance | path

Searched refs:kProfilerMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dprofiler_options.h26 kProfilerMethod, // Method only enumerator
41 static constexpr ProfileDataType kDefaultProfileData = kProfilerMethod;
Dprofiler.cc96 case kProfilerMethod: { in GetSample()
575 if (type == kProfilerMethod) { in Write()
666 if (type == kProfilerMethod) { in Write()
/art/cmdline/
Dcmdline_types.h660 profile_type_(ProfileDataType::kProfilerMethod),
819 existing.profile_type_ = kProfilerMethod;
Dcmdline_parser_test.cc478 opt.profile_type_ = kProfilerMethod; in TEST_F()