Searched refs:MergeStackWith (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1300 __ MergeStackWith(target->try_info->catch_state, 1, in Delegate() 1402 __ MergeStackWith(c->label_state, c->br_merge()->arity, in FallThruTo() 1459 __ MergeStackWith(c->label_state, c->br_merge()->arity, in FinishTry() 2616 __ MergeStackWith(target->label_state, target->br_merge()->arity, 4393 __ MergeStackWith(current_try->try_info->catch_state, 1,
|
H A D | liftoff-assembler.cc | 777 void LiftoffAssembler::MergeStackWith(CacheState& target, uint32_t arity, in MergeStackWith() function in v8::internal::wasm::LiftoffAssembler
|
H A D | liftoff-assembler.h | 595 void MergeStackWith(CacheState& target, uint32_t arity, JumpDirection);
|
Completed in 13 milliseconds