Searched refs:IsPrimitiveDouble (Results 1 – 5 of 5) sorted by relevance
55 if (klass->IsPrimitiveLong() || klass->IsPrimitiveDouble()) { in CheckFilledNewArrayAlloc()
370 return component_type != nullptr && component_type->template IsPrimitiveDouble<kNewFlags>(); in IsDoubleArray()378 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveDouble()); in AsDoubleArray()
385 bool IsPrimitiveDouble() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPrimitiveDouble() function
381 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) { in CheckMethodArguments()
717 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()