Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc171 size_t total_locals() const { in total_locals() function in v8::internal::wasm::WasmDecoder
281 if (operand.index < total_locals()) { in Validate()
1858 this, pc, static_cast<int>(total_locals()), zone_); in PrepareForLoop()