Searched refs:kTypes_ilfd (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 94 constexpr Vector<const ValueType> kTypes_ilfd = ArrayVector(kTypesArr_ilfd); variable 310 if (!CheckSupportedType(decoder, kTypes_ilfd, __ local_type(i), "param")) in StartFunctionBody() 1156 if (!CheckSupportedType(decoder, kTypes_ilfd, global->type, "global")) in GetGlobal() 1171 if (!CheckSupportedType(decoder, kTypes_ilfd, global->type, "global")) in SetGlobal() 1478 if (!CheckSupportedType(decoder, kTypes_ilfd, value_type, "load")) return; in LoadMem() 1511 if (!CheckSupportedType(decoder, kTypes_ilfd, value_type, "store")) return; in StoreMem() 1588 !CheckSupportedType(decoder, kTypes_ilfd, imm.sig->GetReturn(0), in CallDirect() 1654 !CheckSupportedType(decoder, kTypes_ilfd, imm.sig->GetReturn(0), in CallIndirect()
|