Searched refs:UpdateOpPara (Results 1 – 3 of 3) sorted by relevance
130 void UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const;
187 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara() function in panda::ecmascript::GotoOpCode
132 gotoOp.UpdateOpPara(&buffer_, pos, buffer_.size_ - pos - gotoOp.GetSize()); in ParseDisjunction()