Searched refs:mOpList (Results 1 – 2 of 2) sorted by relevance
28 OpcodeListBuilder::OpcodeListBuilder() : mCount(0), mOpList(), mEndianOut(&mOpList, BIG) { in OpcodeListBuilder()41 return mOpList.getSize() + sizeof(mCount); in getSize()51 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize()); in buildOpList()
195 ByteArrayOutput mOpList; variable