Home
last modified time | relevance | path

Searched refs:IsPrimitiveDouble (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dmethod_type.cc73 if (klass->IsPrimitiveLong() || klass->IsPrimitiveDouble()) { in NumberOfVRegs()
Dobject-inl.h317 return component_type != nullptr && component_type->template IsPrimitiveDouble<kNewFlags>(); in IsDoubleArray()
325 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveDouble()); in AsDoubleArray()
Dclass.h411 bool IsPrimitiveDouble() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveDouble() function
/art/runtime/native/
Dsun_misc_Unsafe.cc368 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) { in Unsafe_copyMemoryToPrimitiveArray()
399 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) { in Unsafe_copyMemoryFromPrimitiveArray()
/art/runtime/
Dreflection.cc403 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) { in CheckMethodArguments()
/art/runtime/interpreter/
Dinterpreter_common.cc1455 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()