Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.h36 uint32_t GetLocalCount() { return total_locals; } in GetLocalCount() function
Dast-decoder.cc1314 if (builder_) return static_cast<int>(function_env_->GetLocalCount()); in EnvironmentCount()