Home
last modified time | relevance | path

Searched defs:BlockTypeImmediate (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h211 struct BlockTypeImmediate { struct
217 inline BlockTypeImmediate(const WasmFeatures& enabled, Decoder* decoder, in BlockTypeImmediate() argument
239 inline bool decode_local_type(uint8_t val, ValueType* result) { in decode_local_type()
271 uint32_t in_arity() const { in in_arity()
275 uint32_t out_arity() const { in out_arity()
280 ValueType in_type(uint32_t index) { in in_type()
284 ValueType out_type(uint32_t index) { in out_type()