Searched refs:ComponentSize (Results 1 – 20 of 20) sorted by relevance
32 Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType())).Int32Value(); in Java_Main_vmArrayBaseOffset()38 return Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType()); in Java_Main_vmArrayIndexScale()
103 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 1U); in System_arraycopy()110 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 2U); in System_arraycopy()117 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U); in System_arraycopy()124 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U); in System_arraycopy()
212 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value(); in Unsafe_getArrayBaseOffsetForComponentType()219 return Primitive::ComponentSize(primitive_type); in Unsafe_getArrayIndexScaleForComponentType()
37 Primitive::ComponentSize(GetTypeAsPrimitiveType())); in SetOffset()
342 return Primitive::ComponentSize(GetTypeAsPrimitiveType()); in FieldSize()376 const size_t field_size = Primitive::ComponentSize(type); in FindFieldWithOffset()
663 if (Primitive::ComponentSize(type) < n) { in ShuffleForward()8444 size_t size1 = Primitive::ComponentSize(type1); in operator ()()8445 size_t size2 = Primitive::ComponentSize(type2); in operator ()()8629 size_t type_size = Primitive::ComponentSize(type); in LinkFields()
42 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0])); in SizeOfReturnValue()189 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[param])); in ParamSize()
541 Primitive::ComponentSize(main_jni_conv->GetReturnType())); in ArtJniCompileMethodInternal()546 Primitive::ComponentSize(main_jni_conv->GetReturnType())); in ArtJniCompileMethodInternal()
30 static_assert(DataType::Size(data_type) == Primitive::ComponentSize(primitive_type), in CheckConversion()
6790 mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimNot)).Int32Value(); in CompileBakerReadBarrierThunk()
9846 mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimNot)).Int32Value(); in CompileBakerReadBarrierThunk()
95 static constexpr size_t ComponentSize(Type type) { in ComponentSize() function
123 return mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimByte)).Uint32Value(); in SizeOfZeroLengthByteArray()
514 Primitive::ComponentSize(field_type)); in DoFieldGet()678 Primitive::ComponentSize(field_type)); in DoFieldPut()
1931 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value()); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType()1946 result->SetI(Primitive::ComponentSize(primitive_type)); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()
1150 mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimNot)).Int32Value(); in TEST_F()
1343 mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimNot)).Int32Value(); in TEST_F()
476 size_t component_size = Primitive::ComponentSize(primitive_type); in DiffEntryContents()
212 int64_t max_index = limit - Primitive::ComponentSize(type); in CheckElementIndex()
2628 size_t elem_width = Primitive::ComponentSize(component_type.GetPrimitiveType()); in CodeFlowVerifyInstruction()