Searched defs:argReader (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 177 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/ |
| D | ets_entrypoints.cpp | 72 arch::ArgReaderStack<RUNTIME_ARCH> argReader(reinterpret_cast<uint8_t *>(args)); in LaunchCoroutine() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value_call.cpp | 436 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()
|
| D | ts2ets_tstype.cpp | 226 arch::ArgReader<RUNTIME_ARCH> argReader(inGprArgs, inFprArgs, inStackArgs); in TSTypeCall() local
|