Searched refs:primitive_type (Results 1 – 4 of 4) sorted by relevance
193 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType() local194 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value(); in Unsafe_getArrayBaseOffsetForComponentType()200 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType() local201 return Primitive::ComponentSize(primitive_type); in Unsafe_getArrayIndexScaleForComponentType()
1842 Primitive::Type primitive_type = Primitive::kPrimVoid; in ProcessAnnotationValue() local1853 primitive_type = Primitive::kPrimByte; in ProcessAnnotationValue()1857 primitive_type = Primitive::kPrimShort; in ProcessAnnotationValue()1862 primitive_type = Primitive::kPrimChar; in ProcessAnnotationValue()1866 primitive_type = Primitive::kPrimInt; in ProcessAnnotationValue()1870 primitive_type = Primitive::kPrimLong; in ProcessAnnotationValue()1874 primitive_type = Primitive::kPrimFloat; in ProcessAnnotationValue()1878 primitive_type = Primitive::kPrimDouble; in ProcessAnnotationValue()1882 primitive_type = Primitive::kPrimBoolean; in ProcessAnnotationValue()2087 if (result_style == kAllObjects && primitive_type != Primitive::kPrimVoid) { in ProcessAnnotationValue()[all …]
248 Primitive::Type primitive_type = component_type->GetPrimitiveType(); in DiffObjectContents() local249 size_t component_size = Primitive::ComponentSize(primitive_type); in DiffObjectContents()
1637 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() local1638 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value()); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType()1645 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() local1646 result->SetI(Primitive::ComponentSize(primitive_type)); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()