Searched refs:thread_memory (Results 1 – 2 of 2) sorted by relevance
265 MinidumpMemoryRegion *thread_memory = thread->GetMemory(); in Process() local266 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()
400 MockMinidumpMemoryRegion thread_memory(0x1234, "xxx"); in TEST_F() local402 WillRepeatedly(Return(&thread_memory)); in TEST_F()