Searched refs:GetBase (Results 1 - 21 of 21) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Dmemory_region.h53 virtual uint64_t GetBase() const = 0;
H A Dmicrodump.h83 virtual uint64_t GetBase() const;
H A Dminidump.h215 uint64_t GetBase() const;
793 uint64_t GetBase() const { return valid_ ? memory_info_.base_address : 0; } function in class:google_breakpad::MinidumpMemoryInfo
/external/google-breakpad/src/processor/
H A Dstackwalker_ppc.cc53 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) {
58 HexString(memory_->GetBase()) << "+" <<
H A Dstackwalker_mips.cc58 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) {
60 << HexString(memory_->GetBase())
H A Dexploitability_win.cc212 instruction_ptr - instruction_region->GetBase();
H A Dstackwalker_unittest_utils.h64 uint64_t GetBase() const { return base_address_; } function in class:MockMemoryRegion
H A Dminidump_unittest.cc203 ASSERT_EQ(0x309d68010bd21b2cULL, region1->GetBase());
253 ASSERT_EQ(0x2326a0faU, md_region->GetBase());
269 ASSERT_EQ(0x2326a0faU, md_stack->GetBase());
583 thread_list->GetThreadAtIndex(0)->GetMemory()->GetBase());
591 thread_list->GetThreadAtIndex(1)->GetMemory()->GetBase());
599 thread_list->GetThreadAtIndex(2)->GetMemory()->GetBase());
607 thread_list->GetThreadAtIndex(3)->GetMemory()->GetBase());
615 thread_list->GetThreadAtIndex(4)->GetMemory()->GetBase());
675 ASSERT_EQ(kBaseAddress, info1->GetBase());
683 ASSERT_EQ(kBaseAddress, info2->GetBase());
[all...]
H A Dstackwalker_x86.cc96 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) {
100 HexString(memory_->GetBase()) << "+" <<
H A Dmicrodump.cc125 uint64_t MicrodumpMemoryRegion::GetBase() const { return base_address_; } function in class:google_breakpad::MicrodumpMemoryRegion
H A Dpostfix_evaluator_unittest.cc61 virtual uint64_t GetBase() const { return 0; } function in class:__anon5240::FakeMemoryRegion
H A Dstackwalker_selftest.cc107 virtual uint64_t GetBase() const { return 0; } function in class:SelfMemoryRegion
H A Dcfi_frame_info_unittest.cc57 MOCK_CONST_METHOD0(GetBase, uint64_t());
71 EXPECT_CALL(memory, GetBase()).Times(0);
H A Dminidump_processor_unittest.cc111 uint64_t GetBase() const { return region_.GetBase(); } function in class:google_breakpad::MockMinidumpMemoryRegion
H A Dfast_source_line_resolver_unittest.cc92 uint64_t GetBase() const { return 0x10000; } function in class:__anon5228::MockMemoryRegion
H A Dbasic_source_line_resolver_unittest.cc81 uint64_t GetBase() const { return 0x10000; } function in class:__anon5221::MockMemoryRegion
H A Dminidump.cc1251 uint64_t MinidumpMemoryRegion::GetBase() const { function in class:google_breakpad::MinidumpMemoryRegion
1253 BPLOG(ERROR) << "Invalid MinidumpMemoryRegion for GetBase";
3897 uint64_t base_address = info->GetBase();
/external/v8/tools/oom_dump/
H A Doom_dump.cc141 const u_int64_t last = memory_region->GetBase() + memory_region->GetSize();
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_test.cc440 EXPECT_EQ(kMemoryAddress, region->GetBase());
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc495 EXPECT_EQ(kMemoryAddress, region->GetBase());
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc1101 EXPECT_EQ(kMemoryAddress, region->GetBase());

Completed in 398 milliseconds