OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_frames_
(Results
1 - 2
of
2
) sorted by null
/system/core/libbacktrace/
BacktraceOffline.h
94
static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>>
debug_frames_
;
member in class:BacktraceOffline
BacktraceOffline.cpp
465
std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> BacktraceOffline::
debug_frames_
;
member in class:BacktraceOffline
472
auto it =
debug_frames_
.find(filename);
473
if (it !=
debug_frames_
.end()) {
483
debug_frames_
.emplace(filename, std::unique_ptr<DebugFrameInfo>(debug_frame));
Completed in 462 milliseconds