Searched defs:md_stack (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump_unittest.cc267 MinidumpMemoryRegion *md_stack = md_thread->GetMemory(); local
268 ASSERT_TRUE(md_stack != NULL);
269 ASSERT_EQ(0x2326a0faU, md_stack->GetBase());
270 ASSERT_EQ(16U, md_stack->GetSize());
271 const uint8_t *md_stack_bytes = md_stack->GetMemory();
342 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); local
343 ASSERT_EQ(reinterpret_cast<MinidumpMemoryRegion*>(NULL), md_stack); local
381 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); local
382 ASSERT_NE(reinterpret_cast<MinidumpMemoryRegion*>(NULL), md_stack); local

Completed in 143 milliseconds