Lines Matching defs:Emit
24 // Emit a section code and the size as a padded varint that can be patched
27 // Emit the section code.
30 // Emit a placeholder for the length.
95 void WasmFunctionBuilder::Emit(WasmOpcode opcode) { body_.write_u8(opcode); }
233 locals_.Emit(*ptr);
591 // == Emit magic =============================================================
595 // == Emit types =============================================================
657 // == Emit imports ===========================================================
677 // == Emit function signatures ===============================================
689 // == Emit tables ============================================================
705 // == Emit memory declaration ================================================
722 // Emit event section.
733 // == Emit globals ===========================================================
834 // Emit the section code.
836 // Emit a placeholder for section length.
838 // Emit custom section name.
840 // Emit hint count.
842 // Emit hint bytes.
877 // == Emit names =============================================================
879 // Emit the section code.
881 // Emit a placeholder for the length.
883 // Emit the section string.
885 // Emit a subsection for the function names.
887 // Emit a placeholder for the subsection length.
889 // Emit the function names.
917 // == Emit asm.js offset table ===============================================
919 // Emit the offset table per function.