Searched refs:SsaEnv (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 51 struct SsaEnv { struct 79 SsaEnv* catch_env; 82 explicit TryInfo(SsaEnv* c) : catch_env(c), exception(nullptr) {} in TryInfo() 107 SsaEnv* end_env; // end environment for the construct. 108 SsaEnv* false_env; // false environment (only for if). 122 static Control Block(const byte* pc, size_t stack_depth, SsaEnv* end_env, in Block() 128 static Control If(const byte* pc, size_t stack_depth, SsaEnv* end_env, in If() 129 SsaEnv* false_env, int32_t previous_catch) { in If() 134 static Control Loop(const byte* pc, size_t stack_depth, SsaEnv* end_env, in Loop() 140 static Control Try(const byte* pc, size_t stack_depth, SsaEnv* end_env, in Try() [all …]
|