Searched defs:oldLen (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 50 uint32_t oldLen = JSSharedArray::Cast(*self)->GetArrayLength(); in LengthSetter() local 212 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen,… in SetCapacity() 258 uint32_t oldLen = 0; in ArraySetLength() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 37 uint32_t oldLen = JSArray::Cast(*self)->GetArrayLength(); in LengthSetter() local 273 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity() 327 … [[maybe_unused]] uint32_t oldLen, uint32_t newLen, in TransformElementsKindAfterSetCapacity() 402 uint32_t oldLen = 0; in ArraySetLength() local
|
| D | object_operator.cpp | 905 uint32_t oldLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
|
| D | js_stable_array.cpp | 1705 int64_t oldLen; in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 368 #define ADD_NOP_INST(pc, oldLen, newOpcode) \ argument 381 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 963 GateRef NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, in CopyArray()
|
| D | stub_builder.cpp | 4405 GateRef oldLen = GetArrayLength(receiver); in AddElementInternal() local
|