Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h73 #define DEF_STUB_ID(name) name, macro
74 PADDING_BUILTINS_STUB_LIST(DEF_STUB_ID)
75 BUILTINS_STUB_LIST(DEF_STUB_ID)
76 #undef DEF_STUB_ID
78 #define DEF_STUB_ID(name) name, macro
79 AOT_BUILTINS_STUB_LIST(DEF_STUB_ID)
80 #undef DEF_STUB_ID
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h102 #define DEF_STUB_ID(name) name, in COMMON_STUB_LIST() macro
103 COMMON_STUB_ID_LIST(DEF_STUB_ID) in COMMON_STUB_LIST()
104 #undef DEF_STUB_ID in COMMON_STUB_LIST()