Searched refs:fieldParts (Results 1 – 1 of 1) sorted by relevance
275 ByteCodeField fieldParts[2]; in append() local276 std::memcpy(fieldParts, &field, sizeof(ByteCodeAddr)); in append()277 bytecode.append({fieldParts[0], fieldParts[1]}); in append()