reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
569 m_data_up(new DataBufferHeap(m_byte_size, 0)), m_reg_ctx(reg_ctx), 595 switch (m_byte_size) { 698 if (m_byte_size > 2 * vr_size) { 706 if (m_byte_size > vr_size) { 739 if (m_byte_size < vr_size) 740 offs = vr_size - m_byte_size; 743 memcpy(m_data_up->GetBytes(), vr_data->GetBytes() + offs, m_byte_size); 750 if (m_byte_size > 2 * sizeof(uint64_t)) { 758 m_byte_size, error); 759 if (rc != m_byte_size) {