Searched refs:IsPrimitiveBoolean (Results 1 – 4 of 4) sorted by relevance
357 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryToPrimitiveArray()388 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryFromPrimitiveArray()
221 DCHECK(GetClass<kNewFlags>()->GetComponentType()->IsPrimitiveBoolean()); in AsBooleanArray()238 GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveBoolean()); in AsByteSizedArray()
425 bool IsPrimitiveBoolean() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveBoolean() function
405 if (param_type->IsPrimitiveBoolean()) { in CheckMethodArguments()