Lines Matching defs:F
24 #define RUNTIME_FUNCTION_LIST_ALWAYS_1(F) \ argument
192 #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ argument
430 #define RUNTIME_FUNCTION_LIST_ALWAYS_3(F) \ argument
517 #define RUNTIME_FUNCTION_LIST_DEBUGGER(F) \ argument
583 #define RUNTIME_FUNCTION_LIST_I18N_SUPPORT(F) \ argument
626 #define RUNTIME_FUNCTION_LIST_DEBUG(F) \ argument
639 #define RUNTIME_FUNCTION_LIST(F) \ argument
651 #define INLINE_FUNCTION_LIST(F) \ argument
700 #define INLINE_OPTIMIZED_FUNCTION_LIST(F) \ argument
767 #define F(name, nargs, ressize) k##name, macro
771 #define F(name, nargs, ressize) kInline##name, macro
774 #define F(name, nargs, ressize) kInlineOptimized##name, macro