Home
last modified time | relevance | path

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 Dets_napi_helpers.cpp141 // 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 Dets_entrypoints.cpp85 ARCH_COPY_METHOD_ARGS(method, argReader, writer); in LaunchCoroutine()
/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dhelpers.h39 #define ARCH_COPY_METHOD_ARGS(METHOD, ARG_READER, ARG_WRITER) \ macro

Completed in 4 milliseconds