| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 1005 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1015 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1030 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1040 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1055 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1065 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1168 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1178 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1188 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 60 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithoutKey() local 122 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithKey() local 166 uint32_t newLen = arr->GetLength() + step; in AddGlobalHandlerKey() local
|
| D | ic_runtime_stub-inl.h | 345 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 38 uint32_t newLen = 0; in LengthSetter() local 196 …y::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity() 260 uint32_t newLen = 0; in ArraySetLength() local
|
| D | js_tagged_value-inl.h | 1490 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 211 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| D | builtins_array.cpp | 90 uint32_t newLen = 0; in ArrayConstructor() local 1563 int64_t newLen = len - 1; in Pop() local 2465 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local 2691 int64_t newLen = len + argc; in Unshift() local 3136 int64_t newLen = 0; in ToSpliced() local
|
| D | builtins_arraybuffer.cpp | 175 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 198 uint32_t newLen = JSHandle<JSTypedArray>::Cast(newArrObj)->GetArrayLength(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 222 GateRef NewObjectStubBuilder::ExtendArray(GateRef glue, GateRef elements, GateRef newLen) in ExtendArray() 337 …Ref NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef newLen) in CopyArray()
|
| D | stub_builder.cpp | 2370 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 932 GateRef newLen = GetLengthOfTaggedArray(elements); in Reduce() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 356 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local
|