Home
last modified time | relevance | path

Searched refs:has_gc (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc415 if (!enabled_features_.has_gc() && in DecodeSection()
559 DCHECK(enabled_features_.has_gc());
596 DCHECK(enabled_features_.has_gc()); in consume_nominal_type_definition()
654 DCHECK(enabled_features_.has_gc()); in consume_subtype_definition()
677 if (!enabled_features_.has_gc()) { in DecodeTypeSection()
H A Dwasm-objects.cc1958 bool has_gc = in New() local
1959 instance->module_object().native_module()->enabled_features().has_gc(); in New()
1960 if (has_gc) { in New()
H A Dfunction-body-decoder-impl.h208 if (!VALIDATE(enabled.has_gc())) { in read_heap_type()
275 if (!VALIDATE(enabled.has_gc())) { in read_value_type()
320 if (!VALIDATE(enabled.has_gc())) { in read_value_type()
1271 if (!VALIDATE(imm.global->imported || this->enabled_.has_gc())) { in Validate()
H A Dmodule-instantiate.cc663 if (enabled_.has_gc()) { in Build()
H A Dwasm-js.cc1346 } else if (enabled_features.has_gc() && in GetValueType()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc6437 if (!enabled_features_.has_gc()) return node;
6611 if (!enabled_features_.has_gc()) return input;

Completed in 37 milliseconds