Searched refs:IsPrimitiveDouble (Results 1 – 6 of 6) sorted by relevance
55 if (klass->IsPrimitiveLong() || klass->IsPrimitiveDouble()) { in CheckFilledNewArrayAlloc()
331 GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveDouble()); in AsLongArray()347 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveDouble()); in AsDoubleArray()
380 bool IsPrimitiveDouble() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPrimitiveDouble() function
390 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) { in CheckMethodArguments()
684 if (componentClass->IsPrimitiveLong() || componentClass->IsPrimitiveDouble()) { in DoFilledNewArray()
1161 } else if (type->IsPrimitiveDouble()) { in PrintField()