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()
837 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local847 kMemoryAddress, in TEST()861 module_list->GetModuleForAddress(kMemoryAddress); in TEST()864 EXPECT_EQ(kMemoryAddress, module->base_address()); in TEST()1073 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local1098 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()1101 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST()1117 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local1140 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()