Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1106 void SetLocal(uint32_t local_index, bool is_tee) { in SetLocal() argument
1114 if (is_tee) state.inc_used(target_slot.reg()); in SetLocal()
1124 if (!is_tee) __ cache_state()->stack_state.pop_back(); in SetLocal()