Home
last modified time | relevance | path

Searched refs:ProfileSampleResults (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h102 class ProfileSampleResults {
104 explicit ProfileSampleResults(Mutex& lock);
105 ~ProfileSampleResults();
226 ProfileSampleResults profile_table_;
Dprofiler.cc473 ProfileSampleResults::ProfileSampleResults(Mutex& lock) in ProfileSampleResults() function in art::ProfileSampleResults
488 ProfileSampleResults::~ProfileSampleResults() { in ~ProfileSampleResults()
494 void ProfileSampleResults::Put(ArtMethod* method) { in Put()
511 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack()
574 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) { in Write()
695 void ProfileSampleResults::Clear() { in Clear()
721 uint32_t ProfileSampleResults::Hash(ArtMethod* method) { in Hash()
743 void ProfileSampleResults::ReadPrevious(int fd, ProfileDataType type) { in ReadPrevious()