Searched refs:mSmallOperandValues (Results 1 – 2 of 2) sorted by relevance
167 uint32_t existingSize = static_cast<uint32_t>(mSmallOperandValues.size()); in setOperandValue()169 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()173 memcpy(&mSmallOperandValues[operand.location.offset], buffer, valueLength); in setOperandValue()609 const std::vector<uint8_t>& mSmallOperandValues) { in matchesSpec() argument612 valuePtr = static_cast<const void*>(&mSmallOperandValues[operand.location.offset]); in matchesSpec()662 mSmallOperandValues); in getNumTrailingArgumentsToRemove()965 operand.location = mOperandValues.append(&refModel->mSmallOperandValues[originalOffset], in updateOperandLocations()
117 return mSmallOperandValues.data() + offset; in getPointerToOperandValue()220 std::vector<uint8_t> mSmallOperandValues; variable