Home | History | Annotate | Download | only in Target

Lines Matching full:discard

794                         // Now, if the responsible plan was not "Okay to discard" then we're done,
1226 // If the input plan is NULL, discard all plans. Otherwise make sure this plan is in the
1227 // stack, and if so discard up to and including it.
1279 bool discard = true;
1281 // Find the first master plan, see if it wants discarding, and if yes discard up to it.
1286 discard = m_plan_stack[master_plan_idx]->OkayToDiscard();
1291 if (discard)
1303 // Now discard the master plan itself.
1305 // discard it's dependent plans, but not it...
1337 // If the input plan is NULL, discard all plans. Otherwise make sure this plan is in the
1338 // stack, and if so discard up to and including it.