Searched defs:total_locals (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/wasm/
H A Dast-decoder.h33 uint32_t total_locals; // sum of parameters and all locals member in struct:v8::internal::wasm::FunctionEnv
35 bool IsValidLocal(uint32_t index) { return index < total_locals; }
36 uint32_t GetLocalCount() { return total_locals; }
69 total_locals += count;
70 DCHECK(total_locals ==
76 total_locals = static_cast<uint32_t>(sig->parameter_count()) +

Completed in 366 milliseconds