1// Licensed to the .NET Foundation under one or more agreements.
2// The .NET Foundation licenses this file to you under the MIT license.
3// See the LICENSE file in the project root for more information.
4
5DEF_TI(TI_ERROR, "<ERROR>")
6DEF_TI(TI_REF, "Ref")
7DEF_TI(TI_STRUCT, "Struct")
8DEF_TI(TI_METHOD, "Method")
9DEF_TI(TI_BYTE, "Byte")
10DEF_TI(TI_SHORT, "Short")
11DEF_TI(TI_INT, "Int")
12DEF_TI(TI_LONG, "Long")
13DEF_TI(TI_FLOAT, "Float")
14DEF_TI(TI_DOUBLE, "Double")
15DEF_TI(TI_NULL, "Null")
16