Home
last modified time | relevance | path

Searched defs:argReader (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp177 ArgReader argReader(inGprArgs, inFprArgs, inStackArgs); in EtsNapiBeginCritical() local
260 ArgReader argReader(inGprArgs, inFprArgs, inStackArgs); in EtsNapiBegin() local
413 ArgReader argReader(gprArgs, fprArgs, stackArgs); in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp72 arch::ArgReaderStack<RUNTIME_ARCH> argReader(reinterpret_cast<uint8_t *>(args)); in LaunchCoroutine() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value_call.cpp436 arch::ArgReader<RUNTIME_ARCH> argReader(inGprArgs, inFprArgs, inStackArgs); in JSRuntimeJSCallImpl() local
553 { in JSRuntimeJSCallBase()
614 … [](InteropCtx * ctx, napi_env env, Method * methodd, arch::ArgReader<RUNTIME_ARCH> & argReader) in JSProxyCall()
617 { in JSProxyCall()
Dts2ets_tstype.cpp226 arch::ArgReader<RUNTIME_ARCH> argReader(inGprArgs, inFprArgs, inStackArgs); in TSTypeCall() local