Home
last modified time | relevance | path

Searched defs:arrayObj (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_function.cpp123 JSHandle<JSTaggedValue> arrayObj = GetCallArg(argv, 1); in FunctionPrototypeApply() local
62 BuildArgumentsListFast(JSThread *thread, const JSHandle<JSTaggedValue> &arrayObj) BuildArgumentsListFast() argument
127 FunctionPrototypeApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisArg, JSHandle<JSTaggedValue> arrayObj) FunctionPrototypeApplyInternal() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp515 JSHandle<JSSharedArray> arrayObj = JSHandle<JSSharedArray>::Cast(obj); in IncludeInSortedValue() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dtyped_array_helper_test.cpp138 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local
159 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local
445 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp42 GateRef arrayObj = GetCallArg1(numArgs); in PrototypeApply() local
248 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements() argument
[all...]
H A Dbuiltins_object_stub_builder.cpp28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp713 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local
738 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
H A Dobject_factory.cpp2668 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp428 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_test.cpp1783 auto *arrayObj = ObjectAllocator::AllocArray(objectSize / OBJ_ELEMENT_SIZE, ClassRoot::ARRAY_I64, false, true); 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, false, true); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A 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); HWTEST_F_L0() local
[all...]

Completed in 37 milliseconds