| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_function.cpp | 123 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 D | arrayExpression.cpp | 142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.cpp | 515 JSHandle<JSSharedArray> arrayObj = JSHandle<JSSharedArray>::Cast(obj); in IncludeInSortedValue() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | typed_array_helper_test.cpp | 138 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 D | builtins_function_stub_builder.cpp | 42 GateRef arrayObj = GetCallArg1(numArgs);
in PrototypeApply() local 248 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj)
in BuildArgumentsListFastElements() argument [all...] |
| H A D | builtins_object_stub_builder.cpp | 28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj)
in CreateListFromArrayLike() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 713 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local 738 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
|
| H A D | object_factory.cpp | 2668 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | JSCompiler.cpp | 428 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | g1gc_test.cpp | 1783 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 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); HWTEST_F_L0() local [all...] |