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

  /art/runtime/
profiler.h 102 class ProfileSampleResults {
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_;
profiler.cc 472 ProfileSampleResults::ProfileSampleResults(Mutex& lock) : lock_(lock), num_samples_(0),
482 ProfileSampleResults::~ProfileSampleResults() {
488 void ProfileSampleResults::Put(mirror::ArtMethod* method) {
505 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) {
568 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) {
689 void ProfileSampleResults::Clear() {
715 uint32_t ProfileSampleResults::Hash(mirror::ArtMethod* method) {
737 void ProfileSampleResults::ReadPrevious(int fd, ProfileDataType type)
    [all...]

Completed in 65 milliseconds