Home
last modified time | relevance | path

Searched defs:oldLen (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp47 uint32_t oldLen = JSArray::Cast(*self)->GetArrayLength(); in LengthSetter() local
175 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint3… in SetCapacity()
251 uint32_t oldLen = 0; in ArraySetLength() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp306 #define ADD_NOP_INST(pc, oldLen, newOpcode) \ argument
319 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local