Lines Matching defs:signature
1609 // Decode the tag type and construct a signature.
1671 i::Handle<i::PodArray<i::wasm::ValueType>> signature,
1682 for (int i = 0; i < signature->length(); ++i) {
1685 i::wasm::ValueType type = signature->get(i);
1774 i::Handle<i::PodArray<i::wasm::ValueType>> signature(
1776 EncodeExceptionValues(isolate, signature, args[1], &thrower, values);
1842 // Decode the function type and construct a signature.
1883 "The signature of Argument 1 (a WebAssembly function) does "
1884 "not match the signature specified in Argument 0");
1895 "The signature of Argument 1 (a WebAssembly function) does "
1896 "not match the signature specified in Argument 0");
2258 auto signature = tag->serialized_signature();
2259 if (index >= static_cast<uint32_t>(signature.length())) {
2267 switch (signature.get(i).kind()) {
2278 switch (signature.get(i).heap_representation()) {
2305 switch (signature.get(index).kind()) {
2336 switch (signature.get(index).heap_representation()) {