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()
8552 DCHECK_EQ(Primitive::ComponentSize(field->GetTypeAsPrimitiveType()), kSize); in AssignFieldOffset()8686 size_t lhs_size = Primitive::ComponentSize(lhs_type); in LinkFields()8687 size_t rhs_size = Primitive::ComponentSize(rhs_type); in LinkFields()8851 size_t type_size = Primitive::ComponentSize(type); in LinkFields()
41 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0])); in SizeOfReturnValue()187 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[param])); in ParamSize()
452 Primitive::ComponentSize(main_jni_conv->GetReturnType())); in ArtJniCompileMethodInternal()457 Primitive::ComponentSize(main_jni_conv->GetReturnType())); in ArtJniCompileMethodInternal()
30 static_assert(DataType::Size(data_type) == Primitive::ComponentSize(primitive_type), in CheckConversion()
7039 mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimNot)).Int32Value(); in CompileBakerReadBarrierThunk()
10008 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()
493 Primitive::ComponentSize(field_type)); in DoFieldGet()592 Primitive::ComponentSize(field_type)); in DoFieldPut()
1975 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value()); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType()1990 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()
119 int64_t max_index = limit - Primitive::ComponentSize(type); in CheckElementIndex()
2621 size_t elem_width = Primitive::ComponentSize(component_type.GetPrimitiveType()); in CodeFlowVerifyInstruction()