Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h1088 #define BUILTINS_API_ID(class, name) BUILTINS_ID_##class##_##name, macro
1095 INTERPRETER_CALLER_LIST(INTERPRETER_CALLER_ID) BUILTINS_API_LIST(BUILTINS_API_ID)
1140 RuntimeTimerScope builtins_##class##name##_scope_(BUILTINS_API_ID(class, name) _run_stat_)