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

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc162 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
185 info.start_addr = kMemoryAddress;
208 module_list->GetModuleForAddress(kMemoryAddress);
211 EXPECT_EQ(kMemoryAddress, module->base_address());
282 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
305 info.start_addr = kMemoryAddress - memory_size;
328 module_list->GetModuleForAddress(kMemoryAddress);
444 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
492 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
495 EXPECT_EQ(kMemoryAddress, regio
[all...]
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_test.cc404 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
437 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
440 EXPECT_EQ(kMemoryAddress, region->GetBase());
458 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
495 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc841 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
851 kMemoryAddress,
865 module_list->GetModuleForAddress(kMemoryAddress);
868 EXPECT_EQ(kMemoryAddress, module->base_address());
1077 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
1102 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
1105 EXPECT_EQ(kMemoryAddress, region->GetBase());
1121 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory); local
1144 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);

Completed in 92 milliseconds