Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Daddress_mapper_test.cc144 EXPECT_EQ(range.size, mapper_->GetMaxMappedLength()); in TEST_F()
158 EXPECT_EQ(size_mapped, mapper_->GetMaxMappedLength()); in TEST_F()
285 EXPECT_EQ(kBigRegion.size, mapper_->GetMaxMappedLength()); in TEST_F()
Daddress_mapper.h71 uint64_t GetMaxMappedLength() const;
Daddress_mapper.cc246 uint64_t AddressMapper::GetMaxMappedLength() const { in GetMaxMappedLength() function in quipper::AddressMapper