Lines Matching refs:stackBottom
68 uintptr_t stackBottom = 1; variable
71 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
75 ASSERT_TRUE(unwinderNegative->GetStackRange(stackBottom, stackTop));
88 uintptr_t stackBottom = 1; variable
93 std::thread th([unwinder, &stackBottom, &stackTop, &result] { in __anon0ec0e5150102()
94 result = unwinder->GetStackRange(stackBottom, stackTop); in __anon0ec0e5150102()
326 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
327 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
331 context.stackBottom = stackBottom;
450 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
451 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
457 context.stackBottom = stackBottom;
522 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
523 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
532 context.stackBottom = stackBottom;
572 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
573 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
579 context.stackBottom = stackBottom;
610 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
611 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
617 context.stackBottom = stackBottom;