Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc111 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()
Dfunction-body-decoder-impl.h1315 inline ValueType GetLocalType(uint32_t index) { in GetLocalType() function
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc221 __ set_local_type(i, decoder->GetLocalType(i)); in StartFunction()
351 ValueType type = decoder->GetLocalType(param_idx); in StartFunctionBody()