Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc101 TryInfo* try_info = nullptr; // information about try statements. member
283 TryInfo* try_info = decoder->zone()->New<TryInfo>(catch_env); in Try() local
285 block->try_info = try_info; in Try()
862 TFNode* exception = block->try_info->exception; in Rethrow()
875 if (!block->try_info->might_throw()) { in CatchException()
880 TFNode* exception = block->try_info->exception; in CatchException()
881 SetEnv(block->try_info->catch_env); in CatchException()
898 block->try_info->catch_env = if_no_catch_env; in CatchException()
915 if (block->try_info in Delegate()
1435 TryInfo* try_info = current_try_info(decoder); CheckForException() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc362 std::unique_ptr<TryInfo> try_info; member
619 if (c->try_info != nullptr) Unuse(&c->try_info->catch_label); in UnuseLabels()
1193 block->try_info = std::make_unique<TryInfo>(); in Try()
1231 if (!block->try_info->catch_reached) { in CatchException()
1238 __ bind(&block->try_info->catch_label); in CatchException()
1239 new (&block->try_info->catch_label) Label(); in CatchException()
1241 __ cache_state()->Split(block->try_info->catch_state); in CatchException()
1263 __ MergeFullStackWith(block->try_info->catch_state, *__ cache_state()); in CatchException()
1264 __ emit_jump(&block->try_info in CatchException()
[all...]

Completed in 6 milliseconds