Home
last modified time | relevance | path

Searched refs:GP_ARG_NUM_BYTES (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_helpers.cpp171 Span<uint8_t> inGprArgs(inRegsArgs, ExtArchTraits::GP_ARG_NUM_BYTES); in EtsNapiBeginCritical()
175 Span<uint8_t> outGprArgs(outArgs, ExtArchTraits::GP_ARG_NUM_BYTES); in EtsNapiBeginCritical()
248 auto outRegsArgs = inRegsArgs - ExtArchTraits ::FP_ARG_NUM_BYTES - ExtArchTraits ::GP_ARG_NUM_BYTES; in EtsNapiBegin()
254 Span<uint8_t> inGprArgs(inRegsArgs, ExtArchTraits::GP_ARG_NUM_BYTES); in EtsNapiBegin()
258 Span<uint8_t> outGprArgs(outRegsArgs, ExtArchTraits::GP_ARG_NUM_BYTES); in EtsNapiBegin()
407 Span<uint8_t> gprArgs(regArgs, ExtArchTraits::GP_ARG_NUM_BYTES); in EtsAsyncCall()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h88 PandaVector<uint8_t> gprData(arch::ExtArchTraits<RUNTIME_ARCH>::GP_ARG_NUM_BYTES); in InvokeEntryPoint()
117 PandaVector<uint8_t> gprData(arch::ExtArchTraits<RUNTIME_ARCH>::GP_ARG_NUM_BYTES); in InvokeEntryPoint()
140 PandaVector<uint8_t> gprData(arch::ExtArchTraits<RUNTIME_ARCH>::GP_ARG_NUM_BYTES); in InvokeDynEntryPoint()
/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dhelpers.h148 static constexpr size_t GP_ARG_NUM_BYTES = NUM_GP_ARG_REGS * ArchTraits<Arch::AARCH32>::POINTER_SIZE; member
162 static constexpr size_t GP_ARG_NUM_BYTES = NUM_GP_ARG_REGS * ArchTraits<Arch::AARCH32>::POINTER_SIZE; member
177 static constexpr size_t GP_ARG_NUM_BYTES = NUM_GP_ARG_REGS * ArchTraits<Arch::AARCH64>::POINTER_SIZE; member
191 static constexpr size_t GP_ARG_NUM_BYTES = NUM_GP_ARG_REGS * ArchTraits<Arch::X86_64>::POINTER_SIZE; member
260 if (gprArgSize_ < ExtArchTraits<A>::GP_ARG_NUM_BYTES) { in Count()
280 return RoundUp(ExtArchTraits<A>::FP_ARG_NUM_BYTES + ExtArchTraits<A>::GP_ARG_NUM_BYTES + stackSize_, in GetStackSpaceSize()
328 if (gpArgBytesRead_ < ExtArchTraits<A>::GP_ARG_NUM_BYTES) { in ReadPtr()
383 if (gpArgBytesWritten_ < ExtArchTraits<A>::GP_ARG_NUM_BYTES) {
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_js.cpp29 Span<uint8_t> inGprArgs(args, arch::ExtArchTraits<RUNTIME_ARCH>::GP_ARG_NUM_BYTES); in CreateProxyBridgeArgReader()

Completed in 4 milliseconds