Searched refs:frames_ (Results 1 – 2 of 2) sorted by relevance
60 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()68 hash = hash * 2654435761 + frames_[i]; in Hash()75 uintptr_t frames_[kMaxFrames];
706 auto frame_result = frames_.find(frame); in WriteStackTraces()707 CHECK(frame_result != frames_.end()); in WriteStackTraces()734 auto frame_result = frames_.find(frame); in WriteStackTraces()735 CHECK(frame_result != frames_.end()); in WriteStackTraces()856 auto frames_result = frames_.find(frame); in PopulateAllocationTrackingTraces()857 if (frames_result == frames_.end()) { in PopulateAllocationTrackingTraces()858 frames_.emplace(frame, next_frame_id++); in PopulateAllocationTrackingTraces()864 CHECK_EQ(frames_.size(), next_frame_id); in PopulateAllocationTrackingTraces()895 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>> frames_; member in art::hprof::Hprof