Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dmethod_type.cc107 if (klass->IsPrimitiveLong() || klass->IsPrimitiveDouble()) { in NumberOfVRegs()
H A Dclass.h462 bool IsPrimitiveLong() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveLong() function
/aosp12/art/runtime/native/
H A Dsun_misc_Unsafe.cc377 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) { in Unsafe_copyMemoryToPrimitiveArray()
412 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) { in Unsafe_copyMemoryFromPrimitiveArray()
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc666 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()
/aosp12/art/runtime/
H A Dreflection.cc405 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) { in CheckMethodArguments()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc1467 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()