Home | History | Annotate | Download | only in native

Lines Matching defs:component_type

367   ObjPtr<mirror::Class> component_type = dst->GetClass()->GetComponentType();
368 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) {
371 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) {
374 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) {
377 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) {
402 ObjPtr<mirror::Class> component_type = src->GetClass()->GetComponentType();
403 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) {
406 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) {
409 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) {
412 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) {