Home
last modified time | relevance | path

Searched refs:actual_locals (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc766 int actual_locals = __ num_locals() - num_params; in SpillLocalsInitially() local
767 DCHECK_LE(0, actual_locals); in SpillLocalsInitially()
772 if (actual_locals > kNumCacheRegisters / 2) return true; in SpillLocalsInitially()

Completed in 8 milliseconds