Searched refs:ARCH_COPY_METHOD_ARGS (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_napi_helpers.cpp | 141 // Disable warning because the function uses ARCH_COPY_METHOD_ARGS macro. 187 ARCH_COPY_METHOD_ARGS(method, argReader, argWriter); in EtsNapiBeginCritical() 290 ARCH_COPY_METHOD_ARGS(method, argReader, argWriter); in EtsNapiBegin() 372 // Disable warning because the function uses ARCH_COPY_METHOD_ARGS macro. 426 ARCH_COPY_METHOD_ARGS(method, argReader, writer); in EtsAsyncCall()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_entrypoints.cpp | 85 ARCH_COPY_METHOD_ARGS(method, argReader, writer); in LaunchCoroutine()
|
/arkcompiler/runtime_core/static_core/runtime/arch/ |
H A D | helpers.h | 39 #define ARCH_COPY_METHOD_ARGS(METHOD, ARG_READER, ARG_WRITER) \ macro
|
Completed in 4 milliseconds