Searched refs:ProfileDataType (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dprofiler_options.h25 enum ProfileDataType { enum in namespace:art
29 std::ostream& operator<<(std::ostream& os, const ProfileDataType& rhs);
41 static constexpr ProfileDataType kDefaultProfileData = kProfilerMethod;
64 ProfileDataType profile_type,
109 ProfileDataType GetProfileType() const {
151 ProfileDataType profile_type_;
H A Dprofiler.h109 uint32_t Write(std::ostream &os, ProfileDataType type);
110 void ReadPrevious(int fd, ProfileDataType type);
H A Dprofiler.cc574 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) {
743 void ProfileSampleResults::ReadPrevious(int fd, ProfileDataType type) {
/art/cmdline/
H A Dcmdline_types.h657 ProfileDataType profile_type_;
671 profile_type_(ProfileDataType::kProfilerMethod),

Completed in 151 milliseconds