Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc87 struct TryInfo : public ZoneObject { struct
93 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(TryInfo);
95 explicit TryInfo(SsaEnv* c) : catch_env(c) {} in TryInfo() function
101 TryInfo* try_info = nullptr; // information about try statements.
283 TryInfo* try_info = decoder->zone()->New<TryInfo>(catch_env); in Try()
893 // false environment as the new {TryInfo::catch_env} here. in CatchException()
926 TryInfo* target_try = decoder->control_at(depth)->try_info; in Delegate()
1337 TryInfo* current_try_info(FullDecoder* decoder) { in current_try_info()
1435 TryInfo* try_inf in CheckForException()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc350 struct TryInfo { struct in v8::internal::wasm::__anon15158::LiftoffCompiler
351 TryInfo() = default;
362 std::unique_ptr<TryInfo> try_info;
1193 block->try_info = std::make_unique<TryInfo>(); in Try()

Completed in 11 milliseconds