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