Searched refs:ApplyEffect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc335 Environment ApplyEffect(ExprEffect effect) const { function in class:__anon14721::Environment
646 Environment after_cond = env.ApplyEffect(VisitExpr(expr->getCond(), env));
796 out_env = out_env.ApplyEffect(out);
881 return env.ApplyEffect(VisitExpr(expr, env));
/external/v8/tools/gcmole/
H A Dgcmole.cc335 Environment ApplyEffect(ExprEffect effect) const { function in class:__anon26441::Environment
648 Environment after_cond = env.ApplyEffect(VisitExpr(expr->getCond(), env));
798 out_env = out_env.ApplyEffect(out);
883 return env.ApplyEffect(VisitExpr(expr, env));

Completed in 45 milliseconds