Home | History | Annotate | Download | only in wasm

Lines Matching full:globals_

349       globals_(zone),
423 for (auto global : globals_) {
424 writer->globals_.push_back(global);
431 globals_.push_back(std::make_pair(type, exported));
432 return static_cast<uint32_t>(globals_.size() - 1);
441 globals_(zone) {}
478 sizes.AddSection(globals_.size());
479 if (globals_.size() > 0) {
480 sizes.Add(kDeclGlobalSize * globals_.size(), 0);
511 if (globals_.size() > 0) {
513 EmitVarInt(&header, globals_.size());
515 for (auto global : globals_) {