| 66 | Type GetResultType2() const { return GetInfo().result_type2; } |
| 67 | Type GetParamType1() const { return GetInfo().param_types[0]; } |
| 68 | Type GetParamType2() const { return GetInfo().param_types[1]; } |
| 69 | Type GetParamType3() const { return GetInfo().param_types[2]; } |
| 70 | Type GetParamType(int n) const { return GetInfo().param_types[n - 1]; } |
| 71 | Address GetMemorySize() const { return GetInfo().memory_size; } |
no outgoing calls
no test coverage detected