Searched defs:argArray (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_vm.cpp | 276 …coretypes::Array *argArray = CreateArgumentsArray(args, ctx, runtime_->GetClassLinker(), thread->G… in InvokeEntrypointImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 310 JSHandle<JSTaggedValue> argArray = BuiltinsBase::GetCallArg(argv, 0); in FastCopyElementFromArray() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 856 std::vector<JSTaggedType> argArray(argc); in ConstructInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1135 JSHandle<JSTaggedValue> argArray = GetCallArg(argv, 0); in Set() local
|
| D | builtins_typedarray.cpp | 1210 JSHandle<JSTaggedValue> argArray = GetCallArg(argv, 0); in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.cpp | 1394 GateRef argArray = (argc == 2) ? (acc_.GetValueIn(gate, 2)) : (builder_.UndefineConstant()); in TryInlineFunctionPrototypeApply() local
|
| D | typed_native_inline_lowering.cpp | 2714 GateRef argArray = acc_.GetValueIn(gate, 2); in LowerFunctionPrototypeApply() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2546 …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
|