Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h58 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()
66 hash = hash * 2654435761 + frames_[i]; in Hash()
73 uintptr_t frames_[kMaxFrames];
/art/runtime/hprof/
Dhprof.cc711 auto frame_result = frames_.find(frame); in WriteStackTraces()
712 CHECK(frame_result != frames_.end()); in WriteStackTraces()
739 auto frame_result = frames_.find(frame); in WriteStackTraces()
740 CHECK(frame_result != frames_.end()); in WriteStackTraces()
861 auto frames_result = frames_.find(frame); in PopulateAllocationTrackingTraces()
862 if (frames_result == frames_.end()) { in PopulateAllocationTrackingTraces()
863 frames_.emplace(frame, next_frame_id++); in PopulateAllocationTrackingTraces()
869 CHECK_EQ(frames_.size(), next_frame_id); in PopulateAllocationTrackingTraces()
900 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>> frames_; member in art::hprof::Hprof