Searched refs:stackTopId (Results 1 – 1 of 1) sorted by relevance
122 int stackTopId = weakStack.Top(); in SUITE() local123 CHECK(stackTopId != MT::invalidStackId); in SUITE()124 CHECK(weakStack.Get(stackTopId) == pInstance); in SUITE()131 CHECK(stackTopId == pInstance2->GetParentId()); in SUITE()136 CHECK(stackTopId2 != stackTopId); in SUITE()142 CHECK(stackTopId == _stackTopId); in SUITE()164 int stackTopId = strongStack.Top(); in SUITE() local165 CHECK(stackTopId != MT::invalidStackId); in SUITE()173 CHECK(stackTopId == pInstance2->GetParentId()); in SUITE()178 CHECK(stackTopId2 != stackTopId); in SUITE()[all …]