Searched refs:IsPrimitiveByte (Results 1 – 5 of 5) sorted by relevance
348 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryToPrimitiveArray()379 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryFromPrimitiveArray()
307 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveByte()); in AsByteArray()315 DCHECK(GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveByte() || in AsByteSizedArray()
403 bool IsPrimitiveByte() SHARED_REQUIRES(Locks::mutator_lock_) { in IsPrimitiveByte() function
396 } else if (param_type->IsPrimitiveByte()) { in CheckMethodArguments()
656 } else if (src_type->IsPrimitiveByte()) { in UnstartedSystemArraycopy()