Home | History | Annotate | Download | only in wasm

Lines Matching refs:zone_

417         zone_(zone),
505 Zone* zone_;
519 SsaEnv* ssa_env = reinterpret_cast<SsaEnv*>(zone_->New(sizeof(SsaEnv)));
523 size > 0 ? reinterpret_cast<TFNode**>(zone_->New(size)) : nullptr;
1398 SsaEnv* result = reinterpret_cast<SsaEnv*>(zone_->New(sizeof(SsaEnv)));
1406 size > 0 ? reinterpret_cast<TFNode**>(zone_->New(size)) : nullptr;
1421 SsaEnv* result = reinterpret_cast<SsaEnv*>(zone_->New(sizeof(SsaEnv)));
1432 SsaEnv* result = reinterpret_cast<SsaEnv*>(zone_->New(sizeof(SsaEnv)));
1455 new (zone_) BitVector(static_cast<int>(local_type_vec_.size()), zone_);