Home
last modified time | relevance | path

Searched refs:IsPrimitiveShort (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Dsun_misc_Unsafe.cc371 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) { in Unsafe_copyMemoryToPrimitiveArray()
406 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) { in Unsafe_copyMemoryFromPrimitiveArray()
/art/runtime/
Dreflection.cc427 } else if (param_type->IsPrimitiveShort()) { in CheckMethodArguments()
/art/runtime/mirror/
Dclass.h450 bool IsPrimitiveShort() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveShort() function