Searched defs:DEF_STUB_NAME (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | rt_call_signature.h | 66 #define DEF_STUB_NAME(name) case ID_##name: { return std::string("RTStub_") + #name; } macro 68 #undef DEF_STUB_NAME macro |
Completed in 1 milliseconds