| /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
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrayExpression.cpp | 142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 42 GateRef arrayObj = GetCallArg1(numArgs); in PrototypeApply() local 248 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
|
| D | builtins_object_stub_builder.cpp | 28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 677 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local 702 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
|
| D | js_typed_array.cpp | 296 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local 347 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
|
| D | js_stable_array.cpp | 1551 JSHandle<JSObject> arrayObj = factory->NewAndCopyJSArrayObject(thisObjHandle, count, oldLen, k); in Slice() local
|
| D | object_factory.cpp | 2681 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 514 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 | 428 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 8043 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); in HWTEST_F_L0() local 8054 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); in HWTEST_F_L0() local 8067 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local 8112 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local
|