Home | History | Annotate | Download | only in wasm

Lines Matching defs:SetEnv

644     SetEnv("initial", ssa_env);
698 SetEnv("initial env", Steal(break_env));
736 SetEnv("block:start", Steal(break_env));
758 SetEnv("try_catch:start", try_env);
790 SetEnv("catch:begin", catch_env);
808 SetEnv("loop:start", loop_body_env);
828 SetEnv("if:true", true_env);
850 SetEnv("if_else:false", c->false_env);
866 SetEnv("loop:end", ssa_env_);
895 SetEnv(name, c->end_env);
1682 void SetEnv(const char* reason, SsaEnv* env) {
1753 SetEnv("if_success", success_env);