Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc352 LiftoffAssembler::CacheState catch_state; member
1241 __ cache_state()->Split(block->try_info->catch_state); in CatchException()
1263 __ MergeFullStackWith(block->try_info->catch_state, *__ cache_state()); in CatchException()
1287 __ cache_state()->Steal(block->try_info->catch_state); in Delegate()
1295 target->try_info->catch_state.InitMerge( in Delegate()
1300 __ MergeStackWith(target->try_info->catch_state, 1, in Delegate()
1308 int index = try_block->try_info->catch_state.stack_height() - 1; in Rethrow()
1329 __ cache_state()->Steal(block->try_info->catch_state); in CatchAll()
4388 current_try->try_info->catch_state.InitMerge(
4393 __ MergeStackWith(current_try->try_info->catch_state,
[all...]

Completed in 6 milliseconds