Home
last modified time | relevance | path

Searched defs:GetMaps (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h76 unwindstack::Maps* GetMaps() { return maps_.get(); } in GetMaps() function
DUnwinder.h96 Maps* GetMaps() { return maps_; } in GetMaps() function
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp160 Maps* OfflineUnwindUtils::GetMaps(const std::string& initial_sample_name) const { in GetMaps() function in unwindstack::OfflineUnwindUtils
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp127 std::unique_ptr<Maps> GetMaps(FuzzedDataProvider* data_provider) { in GetMaps() function