Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlocations_builder.cpp83 size_t stackArgs = 0; in LOCATIONS_BUILDER() local
124 size_t stackArgs = 0; in LOCATIONS_BUILDER() local
339 auto stackArgs = inst->GetInputsCount() - 2U; in LOCATIONS_BUILDER() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp49 ArgWriter(Span<uint8_t> gprArgs, Span<uint8_t> fprArgs, uint8_t *stackArgs) in ArgWriter()
412 uint8_t *stackArgs) in EtsAsyncCall()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp691 JSTaggedType *stackArgs = info->GetArgs(); in InvokeOptimizedEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp832 Register stackArgs = r9; in CallNativeWithArgv() local