Home
last modified time | relevance | path

Searched defs:arrayObj (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp63const 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/
Dtyped_array_helper_test.cpp138 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/
DarrayExpression.cpp139 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp41 GateRef arrayObj = GetCallArg1(numArgs); in PrototypeApply() local
261 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp285 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local
336 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
Djs_array.cpp910 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local
935 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
Djs_stable_array.cpp1695 JSHandle<JSObject> arrayObj = factory->NewAndCopyJSArrayObject(thisObjHandle, count, oldLen, k); in Slice() local
Dobject_factory.cpp2876 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp507 JSHandle<JSSharedArray> arrayObj = JSHandle<JSSharedArray>::Cast(obj); in IncludeInSortedValue() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp1783 …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/
DJSCompiler.cpp443 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp8059 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/
Dnew_object_stub_builder.cpp2977 GateRef NewObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()