Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.h37 LocalType GetLocalType(uint32_t index) { in GetLocalType() function
Dast-decoder.cc1156 builder_->Phi(function_env_->GetLocalType(i), 2, vals, merge); in Goto()
1191 to->locals[i] = builder_->Phi(function_env_->GetLocalType(i), count, in Goto()
1235 env->locals[i] = builder_->Phi(function_env_->GetLocalType(i), 1, in PrepareForLoop()
1321 return function_env_->GetLocalType(*index); in LocalOperand()