| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 63 … const JSHandle<JSTaggedValue> &arrayObj) in BuildArgumentsListFast() 119 JSHandle<JSTaggedValue> arrayObj = GetCallArg(argv, 1); in FunctionPrototypeApply() local 125 JSHandle<JSTaggedValue> arrayObj) in FunctionPrototypeApplyInternal()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 138 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local 159 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local 181 JSHandle<JSTypedArray> arrayObj(int16Array); in HWTEST_F_L0() local 445 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrayExpression.cpp | 139 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 41 GateRef arrayObj = GetCallArg1(numArgs); in PrototypeApply() local 261 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 285 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local 336 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
|
| D | js_array.cpp | 910 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local 935 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
|
| D | js_stable_array.cpp | 1695 JSHandle<JSObject> arrayObj = factory->NewAndCopyJSArrayObject(thisObjHandle, count, oldLen, k); in Slice() local
|
| D | object_factory.cpp | 2876 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 507 JSHandle<JSSharedArray> arrayObj = JSHandle<JSSharedArray>::Cast(obj); in IncludeInSortedValue() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_test.cpp | 1783 …auto *arrayObj = ObjectAllocator::AllocArray(objectSize / OBJ_ELEMENT_SIZE, ClassRoot::ARRAY_I64, … in TEST_F() local 1796 auto *arrayObj = ObjectAllocator::AllocString(objectSize, true); in TEST_F() local 1896 …auto *arrayObj = ObjectAllocator::AllocArray(objectSize / OBJ_ELEMENT_SIZE, ClassRoot::ARRAY_I64, … in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 443 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 8059 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); in HWTEST_F_L0() local 8070 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); in HWTEST_F_L0() local 8083 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local 8128 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 2977 GateRef NewObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()
|