Home
last modified time | relevance | path

Searched defs:MergeFullStackWith (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc1263 __ MergeFullStackWith(block->try_info->catch_state, *__ cache_state()); in CatchException() local
1405 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FallThruTo() local
1417 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() local
1424 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() local
1434 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() local
1440 __ MergeFullStackWith(c->label_state, *__ cache_state()); in FinishOneArmedIf() local
1480 __ MergeFullStackWith(c->label_state, *__ cache_state()); in PopControl() local
2744 __ MergeFullStackWith(c->label_state, *__ cache_state()); in Else() local
Dliftoff-assembler.cc754 void LiftoffAssembler::MergeFullStackWith(CacheState& target, in MergeFullStackWith() function in v8::internal::wasm::LiftoffAssembler