Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc162 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local
185 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() local
305 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() local
492 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()
495 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc404 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST_F() local
437 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() local
495 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST_F()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc841 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); in TEST() local
851 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() local
1102 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() local
1144 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress); in TEST()