Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc353 Label catch_label; member
619 if (c->try_info != nullptr) Unuse(&c->try_info->catch_label); in UnuseLabels()
1238 __ bind(&block->try_info->catch_label); in CatchException()
1239 new (&block->try_info->catch_label) Label(); in CatchException()
1264 __ emit_jump(&block->try_info->catch_label); in CatchException()
1285 __ bind(&block->try_info->catch_label); in Delegate()
1302 __ emit_jump(&target->try_info->catch_label); in Delegate()
1328 __ bind(&block->try_info->catch_label); in CatchAll()
4395 __ emit_jump(&current_try->try_info->catch_label);

Completed in 9 milliseconds