Home
last modified time | relevance | path

Searched refs:GetBase (Results 1 – 25 of 31) sorted by relevance

12

/external/libmojo/mojo/edk/system/
Dshared_buffer_dispatcher_unittest.cc126 ASSERT_TRUE(mapping1->GetBase()); in TEST_F()
129 static_cast<char*>(mapping1->GetBase())[50] = 'x'; in TEST_F()
135 ASSERT_TRUE(mapping2->GetBase()); in TEST_F()
137 EXPECT_EQ('x', static_cast<char*>(mapping2->GetBase())[0]); in TEST_F()
143 static_cast<char*>(mapping2->GetBase())[1] = 'y'; in TEST_F()
144 EXPECT_EQ('y', static_cast<char*>(mapping1->GetBase())[51]); in TEST_F()
163 ASSERT_TRUE(mapping1->GetBase()); in TEST_F()
166 static_cast<char*>(mapping1->GetBase())[50] = 'x'; in TEST_F()
172 ASSERT_TRUE(mapping2->GetBase()); in TEST_F()
174 EXPECT_EQ('x', static_cast<char*>(mapping2->GetBase())[0]); in TEST_F()
[all …]
Dmapping_table.cc30 void* address = mapping->GetBase(); in AddMapping()
Ddata_pipe_producer_dispatcher.cc158 uint8_t* data = static_cast<uint8_t*>(ring_buffer_mapping_->GetBase()); in WriteData()
213 uint8_t* data = static_cast<uint8_t*>(ring_buffer_mapping_->GetBase()); in BeginWriteData()
Ddata_pipe_consumer_dispatcher.cc174 uint8_t* data = static_cast<uint8_t*>(ring_buffer_mapping_->GetBase()); in ReadData()
229 uint8_t* data = static_cast<uint8_t*>(ring_buffer_mapping_->GetBase()); in BeginReadData()
/external/google-breakpad/src/processor/
Dstackwalker_ppc.cc53 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) { in StackwalkerPPC()
58 HexString(memory_->GetBase()) << "+" << in StackwalkerPPC()
Dminidump_unittest.cc203 ASSERT_EQ(0x309d68010bd21b2cULL, region1->GetBase()); in TEST()
253 ASSERT_EQ(0x2326a0faU, md_region->GetBase()); in TEST()
269 ASSERT_EQ(0x2326a0faU, md_stack->GetBase()); in TEST()
583 thread_list->GetThreadAtIndex(0)->GetMemory()->GetBase()); in TEST()
591 thread_list->GetThreadAtIndex(1)->GetMemory()->GetBase()); in TEST()
599 thread_list->GetThreadAtIndex(2)->GetMemory()->GetBase()); in TEST()
607 thread_list->GetThreadAtIndex(3)->GetMemory()->GetBase()); in TEST()
615 thread_list->GetThreadAtIndex(4)->GetMemory()->GetBase()); in TEST()
675 ASSERT_EQ(kBaseAddress, info1->GetBase()); in TEST()
683 ASSERT_EQ(kBaseAddress, info2->GetBase()); in TEST()
Dstackwalker_mips.cc58 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) { in StackwalkerMIPS()
60 << HexString(memory_->GetBase()) in StackwalkerMIPS()
Dstackwalker_x86.cc96 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) { in StackwalkerX86()
100 HexString(memory_->GetBase()) << "+" << in StackwalkerX86()
Dexploitability_win.cc212 instruction_ptr - instruction_region->GetBase(); in CheckPlatformExploitability()
Dcfi_frame_info_unittest.cc57 MOCK_CONST_METHOD0(GetBase, uint64_t());
71 EXPECT_CALL(memory, GetBase()).Times(0); in ExpectNoMemoryReferences()
Dstackwalker_unittest_utils.h64 uint64_t GetBase() const { return base_address_; } in GetBase() function
Dstackwalker_selftest.cc107 virtual uint64_t GetBase() const { return 0; } in GetBase() function in SelfMemoryRegion
Dpostfix_evaluator_unittest.cc61 virtual uint64_t GetBase() const { return 0; } in GetBase() function in __anonbc8d0c1b0111::FakeMemoryRegion
Dminidump_processor_unittest.cc111 uint64_t GetBase() const { return region_.GetBase(); } in GetBase() function in google_breakpad::MockMinidumpMemoryRegion
Dmicrodump.cc125 uint64_t MicrodumpMemoryRegion::GetBase() const { return base_address_; } in GetBase() function in google_breakpad::MicrodumpMemoryRegion
Dfast_source_line_resolver_unittest.cc92 uint64_t GetBase() const { return 0x10000; } in GetBase() function in __anon4a9269d20111::MockMemoryRegion
Dbasic_source_line_resolver_unittest.cc81 uint64_t GetBase() const { return 0x10000; } in GetBase() function in __anon188640260111::MockMemoryRegion
/external/google-breakpad/src/google_breakpad/processor/
Dmemory_region.h53 virtual uint64_t GetBase() const = 0;
Dmicrodump.h83 virtual uint64_t GetBase() const;
Dminidump.h215 uint64_t GetBase() const;
793 uint64_t GetBase() const { return valid_ ? memory_info_.base_address : 0; } in GetBase() function
/external/libmojo/mojo/edk/embedder/
Dplatform_shared_buffer.h145 void* GetBase() const;
Dplatform_shared_buffer.cc284 void* PlatformSharedBufferMapping::GetBase() const { in GetBase() function in mojo::edk::PlatformSharedBufferMapping
/external/libchrome/sandbox/win/src/
Dpolicy_engine_params.h192 CountedParameterSetBase* GetBase() { in GetBase() function
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc440 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST_F()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc495 EXPECT_EQ(kMemoryAddress, region->GetBase()); in TEST()

12