Home
last modified time | relevance | path

Searched refs:UpdateOpPara (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h130 void UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const;
Dregexp_opcode.cpp187 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara() function in panda::ecmascript::GotoOpCode
Dregexp_parser.cpp132 gotoOp.UpdateOpPara(&buffer_, pos, buffer_.size_ - pos - gotoOp.GetSize()); in ParseDisjunction()