Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc177 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType() local
178 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value(); in Unsafe_getArrayBaseOffsetForComponentType()
184 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType() local
185 return Primitive::ComponentSize(primitive_type); in Unsafe_getArrayIndexScaleForComponentType()
/art/runtime/interpreter/
Dunstarted_runtime.cc1041 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() local
1042 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value()); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType()
1049 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() local
1050 result->SetI(Primitive::ComponentSize(primitive_type)); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()