Searched refs:GetMemory (Results 1 - 14 of 14) sorted by relevance

/external/google-breakpad/src/processor/
H A Dmicrodump_processor.cc74 microdump.GetMemory(),
92 process_state->thread_memory_regions_.push_back(microdump.GetMemory());
H A Dexploitability_win.cc219 instruction_region->GetMemory() + memory_offset;
H A Dminidump_unittest.cc205 const uint8_t *region1_bytes = region1->GetMemory();
255 const uint8_t *region_bytes = md_region->GetMemory();
267 MinidumpMemoryRegion *md_stack = md_thread->GetMemory();
271 const uint8_t *md_stack_bytes = md_stack->GetMemory();
342 MinidumpMemoryRegion* md_stack = md_thread->GetMemory();
381 MinidumpMemoryRegion* md_stack = md_thread->GetMemory();
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()
[all...]
H A Dminidump_processor_unittest.cc98 MOCK_METHOD0(GetMemory, MinidumpMemoryRegion*());
512 EXPECT_CALL(no_memory_thread, GetMemory()).
617 EXPECT_CALL(no_context_thread, GetMemory()).
H A Dminidump.cc1212 const uint8_t* MinidumpMemoryRegion::GetMemory() const { function in class:google_breakpad::MinidumpMemoryRegion
1214 BPLOG(ERROR) << "Invalid MinidumpMemoryRegion for GetMemory";
1303 const uint8_t* memory = GetMemory();
1305 // GetMemory already logged a perfectly good message.
1351 const uint8_t* memory = GetMemory();
1437 MinidumpMemoryRegion* MinidumpThread::GetMemory() { function in class:google_breakpad::MinidumpThread
1439 BPLOG(ERROR) << "Invalid MinidumpThread for GetMemory";
1520 MinidumpMemoryRegion* memory = GetMemory();
H A Dminidump_processor.cc225 MinidumpMemoryRegion *thread_memory = thread->GetMemory();
/external/regex-re2/util/
H A Darena.h51 void* GetMemory(const size_t size, const int align) { function in class:re2::UnsafeArena
99 return reinterpret_cast<char*>(arena->GetMemory(size, 1));
/external/google-breakpad/src/google_breakpad/processor/
H A Dmicrodump.h112 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); } function in class:google_breakpad::Microdump
H A Dminidump.h212 const uint8_t* GetMemory() const;
272 // GetMemory may return NULL even if the MinidumpThread is valid,
274 virtual MinidumpMemoryRegion* GetMemory();
289 // the thread memory cannot be read and GetMemory returns NULL.
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_death_test.cc383 const uint8_t* bytes = region->GetMemory();
478 const uint8_t* bytes = region->GetMemory();
567 const uint8_t* bytes = region->GetMemory();
H A Dexception_handler_test.cc444 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize));
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc499 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize));
570 // When the stack size is zero bytes, GetMemory() returns NULL.
571 if (thread->GetMemory() == NULL) {
663 // When the stack size is zero bytes, GetMemory() returns NULL.
664 MinidumpMemoryRegion* memory = thread->GetMemory();
731 // When the stack size is zero bytes, GetMemory() returns NULL.
732 MinidumpMemoryRegion* memory = thread->GetMemory();
/external/google-breakpad/src/client/mac/tests/
H A Dexception_handler_test.cc391 const uint8_t* bytes = region->GetMemory();
490 const uint8_t* bytes = region->GetMemory();
590 const uint8_t* bytes = region->GetMemory();
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc565 const uint8_t* bytes = region->GetMemory();
657 const uint8_t* bytes = region->GetMemory();
748 const uint8_t* bytes = region->GetMemory();
1109 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize));

Completed in 279 milliseconds