Lines Matching refs:enabled_
55 if (!VALIDATE(this->enabled_.has_##feat())) { \
1086 enabled_(enabled),
1152 this, pc + *total_length, &length, this->module_, enabled_);
1271 if (!VALIDATE(imm.global->imported || this->enabled_.has_gc())) {
2116 if (!enabled_.has_nn_locals()) return;
2129 if (!enabled_.has_nn_locals()) return;
2173 const WasmFeatures enabled_;
2246 if (!VALIDATE(this->enabled_.has_nn_locals() ||
2247 this->enabled_.has_unsafe_nn_locals() ||
2569 if (!VALIDATE(this->enabled_.has_extended_const())) { \
2580 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
2619 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
2797 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
2824 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
2837 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
2948 SelectTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
3082 HeapTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1,
3125 HeapType heap_type(this->enabled_.has_typed_funcref()
3162 if (!VALIDATE(!this->enabled_.has_nn_locals() ||