Searched refs:MergeFullStackWith (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1263 __ MergeFullStackWith(block->try_info->catch_state, *__ cache_state()); in CatchException() 1405 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FallThruTo() 1417 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() 1424 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() 1434 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() 1440 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() 1480 __ MergeFullStackWith(c->label_state, *__ cache_state()); in PopControl() 2744 __ MergeFullStackWith(c->label_state, *__ cache_state());
|
H A D | liftoff-assembler.cc | 754 void LiftoffAssembler::MergeFullStackWith(CacheState& target, in MergeFullStackWith() function in v8::internal::wasm::LiftoffAssembler
|
H A D | liftoff-assembler.h | 594 void MergeFullStackWith(CacheState& target, const CacheState& source);
|
Completed in 13 milliseconds