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
180 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint3… in SetCapacity()
256 uint32_t oldLen = 0; in ArraySetLength() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp301 #define ADD_NOP_INST(pc, oldLen, newOpcode) \ argument
314 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local