Searched refs:IsPrimitiveInt (Results 1 – 5 of 5) sorted by relevance
357 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) { in Unsafe_copyMemoryToPrimitiveArray()388 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) { in Unsafe_copyMemoryFromPrimitiveArray()
444 bool IsPrimitiveInt() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveInt() function539 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>(); in IsIntArrayClass()
273 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>(); in IsIntArray()
805 if (trg_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()845 } else if (src_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()
1140 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()