Home
last modified time | relevance | path

Searched refs:INTERP_ENTRY_BASE (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp.c1990 #define INTERP_ENTRY_BASE(_method, _this_arg, _res) \ macro
1998 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2002 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2007 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2013 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2020 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2028 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2037 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2047 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
2058 INTERP_ENTRY_BASE (_method, _this_arg, _res); \
[all …]