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
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp42 GateRef arrayObj = GetCallArg1(numArgs); in PrototypeApply() local
248 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
Dbuiltins_object_stub_builder.cpp28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp677 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local
702 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
Djs_typed_array.cpp296 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local
347 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
Djs_stable_array.cpp1551 JSHandle<JSObject> arrayObj = factory->NewAndCopyJSArrayObject(thisObjHandle, count, oldLen, k); in Slice() local
Dobject_factory.cpp2681 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp514 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.cpp428 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp8043 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