Home
last modified time | relevance | path

Searched refs:GetMap (Results 1 – 3 of 3) sorted by relevance

/system/core/libbacktrace/
DUnwindPtrace.cpp51 if (GetMap() == nullptr) { in Unwind()
72 UnwindMap* map = static_cast<UnwindMap*>(GetMap()); in Unwind()
DBacktraceCurrent.cpp68 if (GetMap() == nullptr) { in Unwind()
/system/core/include/backtrace/
DBacktrace.h146 BacktraceMap* GetMap() { return map_; } in GetMap() function