HomeSort by relevance Sort by last modified time
    Searched refs:kMemoryAddress (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 162 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory);
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);
305 info.start_addr = kMemoryAddress - memory_size;
328 module_list->GetModuleForAddress(kMemoryAddress);
444 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory);
492 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
495 EXPECT_EQ(kMemoryAddress, region->GetBase())
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 404 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory);
437 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
440 EXPECT_EQ(kMemoryAddress, region->GetBase());
458 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory);
495 dump_memory_list->GetMemoryRegionForAddress(kMemoryAddress);
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 841 const uintptr_t kMemoryAddress = reinterpret_cast<uintptr_t>(memory);
851 kMemoryAddress,
865 module_list->GetModuleForAddress(kMemoryAddress);
868 EXPECT_EQ(kMemoryAddress, module->base_address());
    [all...]

Completed in 61 milliseconds