Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc364 int num_exceptions = 0; member
1161 block->num_exceptions = num_exceptions_; in PushControl()
1297 target->stack_depth + target->num_exceptions); in Delegate()
1396 c->stack_depth + c->num_exceptions); in FallThruTo()
1433 c->stack_depth + c->num_exceptions); in FinishOneArmedIf()
1454 __ DropValue(__ num_locals() + c->stack_depth + c->num_exceptions); in FinishTry()
2614 target->stack_depth + target->num_exceptions);
2742 c->stack_depth + c->num_exceptions);
3292 next_control->num_exceptions
4390 current_try->stack_depth + current_try->num_exceptions);
[all...]

Completed in 7 milliseconds