Lines Matching defs:stackBottom
68 uintptr_t stackBottom = 1;
70 GTEST_LOG_(INFO) << "when pid == tid and maps_ != null, GetStackRange(stackBottom, stackTop) is true";
71 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
74 GTEST_LOG_(INFO) << "when pid == tid and maps_ == null, GetStackRange(stackBottom, stackTop) is false";
75 ASSERT_TRUE(unwinderNegative->GetStackRange(stackBottom, stackTop));
88 uintptr_t stackBottom = 1;
92 "GetStackRange(stackBottom, stackTop) is true";
93 std::thread th([unwinder, &stackBottom, &stackTop, &result] {
94 result = unwinder->GetStackRange(stackBottom, stackTop);
326 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1);
327 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
331 context.stackBottom = stackBottom;
450 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1);
451 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
457 context.stackBottom = stackBottom;
522 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1);
523 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
532 context.stackBottom = stackBottom;
572 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1);
573 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
579 context.stackBottom = stackBottom;
610 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1);
611 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop));
617 context.stackBottom = stackBottom;