Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp276 …coretypes::Array *argArray = CreateArgumentsArray(args, ctx, runtime_->GetClassLinker(), thread->G… in InvokeEntrypointImpl() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp310 JSHandle<JSTaggedValue> argArray = BuiltinsBase::GetCallArg(argv, 0); in FastCopyElementFromArray() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp856 std::vector<JSTaggedType> argArray(argc); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1135 JSHandle<JSTaggedValue> argArray = GetCallArg(argv, 0); in Set() local
Dbuiltins_typedarray.cpp1210 JSHandle<JSTaggedValue> argArray = GetCallArg(argv, 0); in Set() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp1394 GateRef argArray = (argc == 2) ? (acc_.GetValueIn(gate, 2)) : (builder_.UndefineConstant()); in TryInlineFunctionPrototypeApply() local
Dtyped_native_inline_lowering.cpp2714 GateRef argArray = acc_.GetValueIn(gate, 2); in LowerFunctionPrototypeApply() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2546 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS() local
4831 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS() local