Lines Matching refs:byte_code
61 info.byte_code = pFunction;
89 This->byte_code.version = info.version;
92 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
93 if (!This->byte_code.tokens)
95 This->byte_code.size = info.byte_size;
170 FREE((void *)This->byte_code.tokens); /* const_cast */
186 *pSizeOfData = This->byte_code.size;
189 user_assert(*pSizeOfData >= This->byte_code.size, D3DERR_INVALIDCALL);
191 memcpy(pData, This->byte_code.tokens, This->byte_code.size);
223 info.byte_code = This->byte_code.tokens;
270 info.byte_code = This->byte_code.tokens;