Searched refs:IsPrimitiveInt (Results 1 – 6 of 6) sorted by relevance
60 if (UNLIKELY(klass->IsPrimitive() && !klass->IsPrimitiveInt())) { in CheckFilledNewArrayAlloc()
352 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) { in Unsafe_copyMemoryToPrimitiveArray()383 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) { in Unsafe_copyMemoryFromPrimitiveArray()
418 bool IsPrimitiveInt() SHARED_REQUIRES(Locks::mutator_lock_) { in IsPrimitiveInt() function516 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>(); in IsIntArrayClass()
350 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>(); in IsIntArray()
622 if (trg_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()660 } else if (src_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()
846 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()