Home
last modified time | relevance | path

Searched refs:IsPrimitiveChar (Results 1 – 4 of 4) 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.cc421 } else if (param_type->IsPrimitiveChar()) { in CheckMethodArguments()
/art/runtime/mirror/
Dclass.h445 bool IsPrimitiveChar() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveChar() function
/art/runtime/interpreter/
Dunstarted_runtime.cc842 } else if (src_type->IsPrimitiveChar()) { in UnstartedSystemArraycopy()