Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject-inl.h303 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveChar()); in AsCharArray()
320 GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveChar()); in AsShortSizedArray()
Dclass.h360 bool IsPrimitiveChar() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPrimitiveChar() function
/art/runtime/
Dreflection.cc397 } else if (param_type->IsPrimitiveChar()) { in CheckMethodArguments()
/art/runtime/interpreter/
Dunstarted_runtime.cc393 } else if (src_type->IsPrimitiveChar()) { in UnstartedSystemArraycopy()