Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h50 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()
58 hash = hash * 2654435761 + frames_[i]; in Hash()
65 uintptr_t frames_[kMaxFrames];
/art/runtime/hprof/
Dhprof.cc712 auto frame_result = frames_.find(frame); in WriteStackTraces()
713 CHECK(frame_result != frames_.end()); in WriteStackTraces()
740 auto frame_result = frames_.find(frame); in WriteStackTraces()
741 CHECK(frame_result != frames_.end()); in WriteStackTraces()
862 auto frames_result = frames_.find(frame); in PopulateAllocationTrackingTraces()
863 if (frames_result == frames_.end()) { in PopulateAllocationTrackingTraces()
864 frames_.emplace(frame, next_frame_id++); in PopulateAllocationTrackingTraces()
870 CHECK_EQ(frames_.size(), next_frame_id); in PopulateAllocationTrackingTraces()
901 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>> frames_; member in art::hprof::Hprof