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