Lines Matching refs:GetSize
133 return offset + GetSize(); in DumpOpCode()
148 return offset + GetSize(); in DumpOpCode()
163 return offset + GetSize(); in DumpOpCode()
177 return offset + GetSize(); in DumpOpCode()
195 << "goto\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
196 return offset + GetSize(); in DumpOpCode()
201 buf->Insert(offset, GetSize()); in InsertOpCode()
210 << "split_next\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
211 return offset + GetSize(); in DumpOpCode()
216 buf->Insert(offset, GetSize()); in InsertOpCode()
225 << "split_first\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
226 return offset + GetSize(); in DumpOpCode()
241 << "loop\t" << buf.GetU32(offset + 1) + offset + GetSize() << "\t" in DumpOpCode()
244 return offset + GetSize(); in DumpOpCode()
259 << "greedy_loop\t" << buf.GetU32(offset + 1) + offset + GetSize() << "\t" in DumpOpCode()
262 return offset + GetSize(); in DumpOpCode()
267 buf->Insert(offset, GetSize()); in InsertOpCode()
276 return offset + GetSize(); in DumpOpCode()
281 buf->Insert(offset, GetSize()); in InsertOpCode()
290 return offset + GetSize(); in DumpOpCode()
303 return offset + GetSize(); in DumpOpCode()
316 << "check_char\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
317 return offset + GetSize(); in DumpOpCode()
324 buf->Insert(offset, GetSize()); in InsertOpCode()
336 return offset + GetSize(); in DumpOpCode()
349 return offset + GetSize(); in DumpOpCode()
362 return offset + GetSize(); in DumpOpCode()
375 return offset + GetSize(); in DumpOpCode()
388 return offset + GetSize(); in DumpOpCode()
401 return offset + GetSize(); in DumpOpCode()
415 return offset + GetSize(); in DumpOpCode()
428 return offset + GetSize(); in DumpOpCode()
441 return offset + GetSize(); in DumpOpCode()
447 << "match_ahead\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
448 return offset + GetSize(); in DumpOpCode()
507 buf->Insert(offset, GetSize()); in InsertOpCode()
516 << "negative_match_ahead\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
517 return offset + GetSize(); in DumpOpCode()
522 buf->Insert(offset, GetSize()); in InsertOpCode()
538 return offset + GetSize(); in DumpOpCode()
553 return offset + GetSize(); in DumpOpCode()
568 return offset + GetSize(); in DumpOpCode()