Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DUnwinder.cpp368 maps_ptr_.reset(new LocalMaps()); in Init()
370 maps_ptr_.reset(new RemoteMaps(pid_)); in Init()
372 if (!maps_ptr_->Parse()) { in Init()
375 maps_ = maps_ptr_.get(); in Init()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h152 std::unique_ptr<Maps> maps_ptr_; variable