Searched refs:kMemoryAddress (Results 1 – 3 of 3) sorted by relevance
162 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local185 info.start_addr = kMemoryAddress; in TEST()208 module_list->GetModuleForAddress(kMemoryAddress); in TEST()211 EXPECT_EQ(kMemoryAddress, module->base_address()); in TEST()282 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local305 info.start_addr = kMemoryAddress - memory_size; in TEST()328 module_list->GetModuleForAddress(kMemoryAddress); in TEST()444 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local492 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()495 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST()
404 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST_F() local437 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST_F()440 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST_F()458 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST_F() local495 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST_F()
841 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local851 kMemoryAddress, in TEST()865 module_list->GetModuleForAddress(kMemoryAddress); in TEST()868 EXPECT_EQ(kMemoryAddress, module->base_address()); in TEST()1077 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local1102 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()1105 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST()1121 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local1144 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()