| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info.cpp | 45 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 D | ic_runtime_stub-inl.h | 352 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_sendable_arraybuffer.cpp | 168 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| H A D | builtins_arraybuffer.cpp | 163 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| H A D | builtins_shared_array.cpp | 1403 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 D | builtins_array.cpp | 76 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 D | js_shared_array.cpp | 46 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 D | typed_array_helper_test.cpp | 188 uint32_t newLen = JSHandle<JSTypedArray>::Cast(newArrObj)->GetArrayLength(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | panda_file_translator.cpp | 1070 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 D | object_operator.cpp | 889 uint32_t newLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
|
| H A D | js_array.cpp | 32 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 D | js_tagged_value.cpp | 1431 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 968 Store(VariableType::INT32(), glue, array, IntPtr(TaggedArray::LENGTH_OFFSET), *newLen);
in CopyFromEnumCache() local
|
| H A D | builtins_array_stub_builder.cpp | 200 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 D | new_object_stub_builder.cpp | 754 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 D | stub_builder.cpp | 3135 GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity); in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 443 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local
|