Searched defs:protoReader (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | arg_convertors.h | 127 …scard]] static ALWAYS_INLINE inline bool ConvertArgToEts(InteropCtx *ctx, ProtoReader &protoReader, in ConvertArgToEts() 135 … ObjectHeader **DoPackRestParameters(EtsCoroutine *coro, InteropCtx *ctx, ProtoReader &protoReader, in DoPackRestParameters() 186 …ic ObjectHeader **PackRestParameters(EtsCoroutine *coro, InteropCtx *ctx, ProtoReader &protoReader, in PackRestParameters() 280 …iscard]] static ALWAYS_INLINE inline bool ConvertArgToJS(InteropCtx *ctx, ProtoReader &protoReader, in ConvertArgToJS()
|
| D | call_js.cpp | 496 ProtoReader protoReader(method, ctx->GetClassLinker(), ctx->LinkerCtx()); in SelectCallJSEntrypoint() local 527 ProtoReader protoReader(method, ctx->GetClassLinker(), ctx->LinkerCtx()); in SelectNewCallJSEntrypoint() local
|