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

/art/runtime/
H A Dprofiler.h102 class ProfileSampleResults { class in namespace:art
104 explicit ProfileSampleResults(Mutex& lock);
105 ~ProfileSampleResults();
154 // it ticks, it looks at the current method and records it in the ProfileSampleResults
222 ProfileSampleResults profile_table_;
H A Dprofiler.cc469 ProfileSampleResults::ProfileSampleResults(Mutex& lock) : lock_(lock), num_samples_(0), function in class:art::ProfileSampleResults
479 ProfileSampleResults::~ProfileSampleResults() {
485 void ProfileSampleResults::Put(ArtMethod* method) {
502 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) {
565 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) {
686 void ProfileSampleResults::Clear() {
712 uint32_t ProfileSampleResults::Hash(ArtMethod* method) {
734 void ProfileSampleResults
[all...]

Completed in 187 milliseconds