Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc357 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryToPrimitiveArray()
388 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryFromPrimitiveArray()
/art/runtime/mirror/
Dobject-inl.h221 DCHECK(GetClass<kNewFlags>()->GetComponentType()->IsPrimitiveBoolean()); in AsBooleanArray()
238 GetClass<kNewFlags>()->template GetComponentType<kNewFlags>()->IsPrimitiveBoolean()); in AsByteSizedArray()
Dclass.h425 bool IsPrimitiveBoolean() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveBoolean() function
/art/runtime/
Dreflection.cc405 if (param_type->IsPrimitiveBoolean()) { in CheckMethodArguments()