Home
last modified time | relevance | path

Searched refs:IsPrimitiveChar (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Dsun_misc_Unsafe.cc364 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) { in Unsafe_copyMemoryToPrimitiveArray()
395 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) { in Unsafe_copyMemoryFromPrimitiveArray()
/art/runtime/mirror/
Dobject-inl.h248 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveChar()); in AsCharArray()
265 GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveChar()); in AsShortSizedArray()
Dclass.h386 bool IsPrimitiveChar() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveChar() function
/art/runtime/
Dreflection.cc419 } else if (param_type->IsPrimitiveChar()) { in CheckMethodArguments()
/art/runtime/interpreter/
Dunstarted_runtime.cc878 } else if (src_type->IsPrimitiveChar()) { in UnstartedSystemArraycopy()