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

/external/v8/src/wasm/
H A Dfunction-body-decoder.cc47 // An SsaEnv environment carries the current local variable renaming
51 struct SsaEnv { struct in namespace:v8::internal::wasm
79 SsaEnv* catch_env;
82 explicit TryInfo(SsaEnv* c) : catch_env(c), exception(nullptr) {}
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,
128 static Control If(const byte* pc, size_t stack_depth, SsaEnv* end_env,
129 SsaEnv* false_env, int32_t previous_catch) {
134 static Control Loop(const byte* pc, size_t stack_depth, SsaEnv* end_en
[all...]

Completed in 76 milliseconds