Searched refs:GetMappedAddressAndListIterator (Results 1 – 4 of 4) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | address_mapper_test.cc | 104 EXPECT_TRUE(mapper_->GetMappedAddressAndListIterator(addr, &mapped_addr, in TestMappedRange() 117 EXPECT_TRUE(mapper_->GetMappedAddressAndListIterator( in TestMappedRange() 136 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 1, in TEST_F() 138 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 0x100, in TEST_F() 140 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F() 142 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F() 169 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 1, in TEST_F() 171 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 0x100, in TEST_F() 173 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F() 175 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F() [all …]
|
D | address_mapper.h | 50 bool GetMappedAddressAndListIterator(const uint64_t real_addr,
|
D | perf_parser.cc | 574 mapper->GetMappedAddressAndListIterator(ip, &mapped_addr, &ip_iter); in MapIPAndPidAndGetNameAndOffset() 665 if (!mapper->GetMappedAddressAndListIterator(start, &mapped_addr, in MapMmapEvent()
|
D | address_mapper.cc | 223 bool AddressMapper::GetMappedAddressAndListIterator( in GetMappedAddressAndListIterator() function in quipper::AddressMapper
|