Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc193 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType() local
194 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value(); in Unsafe_getArrayBaseOffsetForComponentType()
200 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType() local
201 return Primitive::ComponentSize(primitive_type); in Unsafe_getArrayIndexScaleForComponentType()
/art/runtime/
Ddex_file.cc1842 Primitive::Type primitive_type = Primitive::kPrimVoid; in ProcessAnnotationValue() local
1853 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 …]
/art/imgdiag/
Dimgdiag.cc248 Primitive::Type primitive_type = component_type->GetPrimitiveType(); in DiffObjectContents() local
249 size_t component_size = Primitive::ComponentSize(primitive_type); in DiffObjectContents()
/art/runtime/interpreter/
Dunstarted_runtime.cc1637 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() local
1638 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value()); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType()
1645 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() local
1646 result->SetI(Primitive::ComponentSize(primitive_type)); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()