Searched defs:argIndex (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | argument_accessor.cpp | 19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg() argument 24 void ArgumentAccessor::NewArg(const size_t argIndex) in NewArg() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_args.cpp | 75 X64ArgInfo X64MoveRegArgs::GetArgInfo(std::map<uint32, X64reg> &argsList, uint32 argIndex, in GetArgInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.cpp | 52 GetStartIndexFromArgs(JSThread *thread, EcmaRuntimeCallInfo *argv, uint32_t argIndex, int64_t length) GetStartIndexFromArgs() argument 90 GetLastStartIndexFromArgs(JSThread *thread, EcmaRuntimeCallInfo *argv, uint32_t argIndex, int64_t length) GetLastStartIndexFromArgs() argument
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 84 JSTaggedValue argIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
Completed in 12 milliseconds