Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp275 …coretypes::Array *argArray = CreateArgumentsArray(args, ctx, runtime_->GetClassLinker(), thread->G… in InvokeEntrypointImpl() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp93 JSHandle<JSTaggedValue> argArray = BuiltinsBase::GetCallArg(argv, 0); in FastCopyElementFromArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1129 JSHandle<JSTaggedValue> argArray = GetCallArg(argv, 0); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2149 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS() local