Searched refs:GetLocalType (Results 1 – 3 of 3) sorted by relevance
111 ValueType type = decoder->GetLocalType(index); in StartFunction()113 while (index < num_locals && decoder->GetLocalType(index) == type) { in StartFunction()655 builder_->Phi(decoder->GetLocalType(i), 2, vals, merge); in Goto()673 ValueTypes::MachineRepresentationFor(decoder->GetLocalType(i)), in Goto()703 env->locals[i] = builder_->Phi(decoder->GetLocalType(i), 1, in PrepareForLoop()720 env->locals[i] = builder_->Phi(decoder->GetLocalType(i), 1, in PrepareForLoop()
1315 inline ValueType GetLocalType(uint32_t index) { in GetLocalType() function
221 __ set_local_type(i, decoder->GetLocalType(i)); in StartFunction()351 ValueType type = decoder->GetLocalType(param_idx); in StartFunctionBody()