Home | History | Annotate | Download | only in runtime

Lines Matching refs:byte_count

1085   size_t byte_count = a->GetLength() * component_size;
1086 void* result = GuardedCopy::Create(a->GetRawData(component_size, 0), byte_count, true);