Home
last modified time | relevance | path

Searched defs:newLen (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.cpp45 uint32_t newLen = arr->GetLength() + step; in AddWithoutKeyPoly() local
123 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithKey() local
168 uint32_t newLen = arr->GetLength() + step; in AddGlobalHandlerKey() local
H A Dic_runtime_stub-inl.h352 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_sendable_arraybuffer.cpp168 uint32_t newLen = std::max((last - first), 0); in Slice() local
H A Dbuiltins_arraybuffer.cpp163 uint32_t newLen = std::max((last - first), 0); in Slice() local
H A Dbuiltins_shared_array.cpp1403 int64_t newLen = len - 1; in PopInner() local
2056 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local
2202 int64_t newLen = len + argc; in Unshift() local
[all...]
H A Dbuiltins_array.cpp76 uint32_t newLen = 0; in ArrayConstructor() local
1632 int64_t newLen = len - 1; in Pop() local
2585 int64_t newLen = len - actualDeleteCount + insertCount; Splice() local
2810 int64_t newLen = len + argc; Unshift() local
3194 int64_t newLen = 0; ToSpliced() local
[all...]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp46 uint32_t newLen = 0; in LengthSetter() local
213 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity() argument
246 uint32_t newLen = 0; ArraySetLength() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dtyped_array_helper_test.cpp188 uint32_t newLen = JSHandle<JSTypedArray>::Cast(newArrObj)->GetArrayLength(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp1070 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1080 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1095 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1105 auto newLen in FixOpcode() local
1120 auto newLen = BytecodeInstruction::Size(newOpcode); FixOpcode() local
1130 auto newLen = BytecodeInstruction::Size(newOpcode); FixOpcode() local
1233 auto newLen = BytecodeInstruction::Size(newOpcode); FixOpcode() local
1243 auto newLen = BytecodeInstruction::Size(newOpcode); FixOpcode() local
1253 auto newLen = BytecodeInstruction::Size(newOpcode); FixOpcode() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.cpp889 uint32_t newLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
H A Djs_array.cpp32 uint32_t newLen = 0; in LengthSetter() local
202 SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, bool isNew) SetCapacity() argument
303 uint32_t newLen = 0; ArraySetLength() local
501 uint32_t newLen = index + 1; TryFastCreateDataProperty() local
[all...]
H A Djs_tagged_value.cpp1431 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp968 Store(VariableType::INT32(), glue, array, IntPtr(TaggedArray::LENGTH_OFFSET), *newLen); in CopyFromEnumCache() local
H A Dbuiltins_array_stub_builder.cpp200 GateRef newLen = Int64Add(thisLen, argLen); in Unshift() local
890 GateRef newLen = GetArrayLength(thisValue); in ForEach() local
1755 GateRef newLen = GetLengthOfTaggedArray(elements); in Reduce() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp754 Store(VariableType::INT32(), glue, *array, IntPtr(TaggedArray::LENGTH_OFFSET), newLen); in ExtendArray() local
788 GateRef NewObjectStubBuilder::ExtendArrayCheck(GateRef glue, GateRef elements, GateRef newLen, in ExtendArrayCheck() argument
732 ExtendArray(Variable *res, GateRef glue, GateRef elements, GateRef newLen, Label *exit, RegionSpaceFlag spaceType, bool isMutantArray) ExtendArray() argument
811 CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef newLen, RegionSpaceFlag spaceType) CopyArray() argument
855 Store(VariableType::INT32(), glue, *array, IntPtr(TaggedArray::LENGTH_OFFSET), newLen); CopyArray() local
[all...]
H A Dstub_builder.cpp3135 GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp443 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local

Completed in 63 milliseconds