Searched refs:GetMap (Results 1 – 3 of 3) sorted by relevance
51 if (GetMap() == nullptr) { in Unwind()72 UnwindMap* map = static_cast<UnwindMap*>(GetMap()); in Unwind()
68 if (GetMap() == nullptr) { in Unwind()
146 BacktraceMap* GetMap() { return map_; } in GetMap() function