Searched refs:IsPrimitiveInt (Results 1 – 5 of 5) sorted by relevance
361 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) { in Unsafe_copyMemoryToPrimitiveArray()392 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) { in Unsafe_copyMemoryFromPrimitiveArray()
445 bool IsPrimitiveInt() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveInt() function540 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>(); in IsIntArrayClass()
272 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>(); in IsIntArray()
804 if (trg_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()844 } else if (src_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()
1190 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()