Lines Matching defs:signature
21 #include "src/wasm/signature-map.h"
63 const FunctionSig* sig; // signature of the function.
65 uint32_t sig_index; // index into the signature table.
185 // Note: An exception tag signature only uses the params portion of a function
186 // signature.
194 const WasmTagSig* sig; // type signature of the tag.
460 const FunctionSig* signature(uint32_t index) const {
504 // Canonicalizing map for signature indexes.
564 // Returns the wrapper index for a function in {module} with signature {sig}
714 // Print the signature into the given {buffer}, using {delimiter} as separator
716 // be null-terminated, even if the signature is cut off. Returns the number of