Searched refs:m_discarded_plan_stack (Results 1 – 2 of 2) sorted by relevance
288 for (auto plan : m_discarded_plan_stack) in DestroyThread()296 m_discarded_plan_stack.clear(); in DestroyThread()655 m_discarded_plan_stack.clear(); in ShouldResume()1086 m_discarded_plan_stack.push_back(plan); in DiscardPlan()1147 if (!m_discarded_plan_stack.empty()) { in WasThreadPlanDiscarded()1148 for (int i = m_discarded_plan_stack.size() - 1; i >= 0; i--) { in WasThreadPlanDiscarded()1149 if (m_discarded_plan_stack[i].get() == plan) in WasThreadPlanDiscarded()1547 uint32_t discarded_stack_size = m_discarded_plan_stack.size(); in DumpThreadPlans()1573 stack_size = m_discarded_plan_stack.size(); in DumpThreadPlans()1577 PrintPlanStack(s, m_discarded_plan_stack, desc_level, include_internal); in DumpThreadPlans()
1332 plan_stack m_discarded_plan_stack; ///< Plans that have been discarded by this variable