Searched defs:oldLen (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.cpp | 51 uint32_t oldLen = JSSharedArray::Cast(*self)->GetArrayLength(); in LengthSetter() local 213 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity() argument 259 uint32_t oldLen = 0; in ArraySetLength() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | panda_file_translator.cpp | 383 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_operator.cpp | 884 uint32_t oldLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
|
| H A D | js_array.cpp | 37 uint32_t oldLen = JSArray::Cast(*self)->GetArrayLength(); in LengthSetter() local 316 uint32_t oldLen in ArraySetLength() local 202 SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, bool isNew) SetCapacity() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 954 GateRef oldLen = GetLengthOfTaggedArray(elements);
in CopyFromEnumCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 811 GateRef NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen,
in CopyArray() argument
|
| H A D | stub_builder.cpp | 3837 GateRef oldLen = GetArrayLength(receiver); in AddElementInternal() local
|
Completed in 31 milliseconds