Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_class_definition.cc156 DCHECK(orig_dex->GetClass()->GetComponentType()->IsPrimitiveByte()); in GetDexDataForRetransformation()
208 DCHECK(orig_dex->GetClass()->GetComponentType()->IsPrimitiveByte()); in DexNeedsDequickening()
/aosp12/art/runtime/native/
H A Dsun_misc_Unsafe.cc368 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryToPrimitiveArray()
403 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) { in Unsafe_copyMemoryFromPrimitiveArray()
/aosp12/art/runtime/
H A Dreflection.cc415 } else if (param_type->IsPrimitiveByte()) { in CheckMethodArguments()
/aosp12/art/runtime/mirror/
H A Dclass.h442 bool IsPrimitiveByte() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrimitiveByte() function
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc864 } else if (src_type->IsPrimitiveByte()) { in UnstartedSystemArraycopy()