Searched refs:IsPrimitiveLong (Results 1 – 6 of 6) sorted by relevance
73 if (klass->IsPrimitiveLong() || klass->IsPrimitiveDouble()) { in NumberOfVRegs()
401 bool IsPrimitiveLong() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveLong() function498 return component_type != nullptr && component_type->template IsPrimitiveLong<kNewFlags>(); in IsLongArrayClass()
288 return component_type != nullptr && component_type->template IsPrimitiveLong<kNewFlags>(); in IsLongArray()
368 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) { in Unsafe_copyMemoryToPrimitiveArray()399 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) { in Unsafe_copyMemoryFromPrimitiveArray()
403 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) { in CheckMethodArguments()
1455 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()