Home
last modified time | relevance | path

Searched defs:argIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType … in NewCommonArg()
24 void ArgumentAccessor::NewArg(const size_t argIndex) in NewArg()
117 for (uint32_t argIndex = 0; argIndex < numOfTypedArgs; argIndex++) { in FillArgsGateType() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp78 JSTaggedValue argIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local