Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktraceOffline.h94 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> debug_frames_; variable
DBacktraceOffline.cpp465 std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> BacktraceOffline::debug_frames_; member in BacktraceOffline
472 auto it = debug_frames_.find(filename); in GetDebugFrameInFile()
473 if (it != debug_frames_.end()) { in GetDebugFrameInFile()
483 debug_frames_.emplace(filename, std::unique_ptr<DebugFrameInfo>(debug_frame)); in GetDebugFrameInFile()