Lines Matching refs:uwrite
39 macro_rules! uwrite { macro
336 uwrite!(s, "(func $store_helper_{i} (param i32)"); in store_flat_helper()
339 uwrite!(s, " (param {ty})"); in store_flat_helper()
370 uwrite!(s, " {i}"); in store_flat_helper()
489 uwrite!(s, "(func $load_helper_{i} (param i32)"); in load_flat_helper()
492 uwrite!(s, " (result {ty})"); in load_flat_helper()
530 uwrite!(s, " {i}"); in load_flat_helper()
957 uwrite!(wat, "local.get {index}\n"); in make_import_and_export()
964 uwrite!(wat, "local.get {i}\n"); in make_import_and_export()
1384 uwrite!(dst, "$t{idx}"); in write_ref()
1422 uwrite!(decl, r#" (field "f{index}" "#); in write_decl()
1439 uwrite!(decl, r#" (case "C{index}""#); in write_decl()
1451 uwrite!(decl, r#" "E{index}""#); in write_decl()
1476 uwrite!(decl, r#" "F{index}""#); in write_decl()