Home
last modified time | relevance | path

Searched refs:thread_memory (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_processor.cc265 MinidumpMemoryRegion *thread_memory = thread->GetMemory(); in Process() local
266 if (!thread_memory && memory_list) { in Process()
269 thread_memory = memory_list->GetMemoryRegionForAddress( in Process()
273 if (!thread_memory) { in Process()
288 thread_memory, in Process()
310 process_state->thread_memory_regions_.push_back(thread_memory); in Process()
Dminidump_processor_unittest.cc400 MockMinidumpMemoryRegion thread_memory(0x1234, "xxx"); in TEST_F() local
402 WillRepeatedly(Return(&thread_memory)); in TEST_F()