Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc28 // An SsaEnv environment carries the current local variable renaming
32 struct SsaEnv : public ZoneObject { struct
41 SsaEnv(Zone* zone, State state, TFNode* control, TFNode* effect, in SsaEnv() function
48 SsaEnv(const SsaEnv& other) V8_NOEXCEPT = default;
49 SsaEnv(SsaEnv&& other) V8_NOEXCEPT : state(other.state),
88 SsaEnv* catch_env;
95 explicit TryInfo(SsaEnv* c) : catch_env(c) {} in TryInfo()
99 SsaEnv* merge_en
[all...]

Completed in 2 milliseconds