Home
last modified time | relevance | path

Searched refs:next_spill_slot (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc103 uint32_t next_spill_slot = asm_->cache_state()->stack_height(); in Execute() local
122 asm_->Spill(next_spill_slot, spill_reg, rm.type); in Execute()
124 LoadStackSlot(register_moves_.back().dst, next_spill_slot, rm.type); in Execute()
127 ++next_spill_slot; in Execute()