Home | History | Annotate | Download | only in runtime

Lines Matching defs:component_size

1087   size_t component_size = a->GetClass()->GetComponentSize();
1088 size_t byte_count = a->GetLength() * component_size;
1089 void* result = GuardedCopy::Create(a->GetRawData(component_size), byte_count, true);