Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc567 const StructType* type = consume_struct(module_->signature_zone.get()); in consume_base_type_definition()
614 const StructType* type = consume_struct(module_->signature_zone.get()); in consume_nominal_type_definition()
2032 const StructType* consume_struct(Zone* zone) { in consume_struct() function in v8::internal::wasm::ModuleDecoderImpl