Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc43 const Primitive::Type primitive_type = type->GetPrimitiveType(); in CalculateFrameAndReferencesSize() local
44 if (primitive_type == Primitive::kPrimNot) { in CalculateFrameAndReferencesSize()
46 } else if (Primitive::Is64BitType(primitive_type)) { in CalculateFrameAndReferencesSize()
/art/runtime/
Ddex_file_annotations.cc388 Primitive::Type primitive_type = Primitive::kPrimVoid; in ProcessAnnotationValue() local
400 primitive_type = Primitive::kPrimByte; in ProcessAnnotationValue()
405 primitive_type = Primitive::kPrimShort; in ProcessAnnotationValue()
410 primitive_type = Primitive::kPrimChar; in ProcessAnnotationValue()
414 primitive_type = Primitive::kPrimInt; in ProcessAnnotationValue()
418 primitive_type = Primitive::kPrimLong; in ProcessAnnotationValue()
422 primitive_type = Primitive::kPrimFloat; in ProcessAnnotationValue()
426 primitive_type = Primitive::kPrimDouble; in ProcessAnnotationValue()
430 primitive_type = Primitive::kPrimBoolean; in ProcessAnnotationValue()
668 if (result_style == DexFile::kAllObjects && primitive_type != Primitive::kPrimVoid) { in ProcessAnnotationValue()
[all …]
/art/runtime/native/
Dsun_misc_Unsafe.cc196 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType() local
197 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value(); in Unsafe_getArrayBaseOffsetForComponentType()
203 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType() local
204 return Primitive::ComponentSize(primitive_type); in Unsafe_getArrayIndexScaleForComponentType()
/art/runtime/interpreter/mterp/
Dmterp.cc690 template <typename return_type, Primitive::Type primitive_type>
701 primitive_type); in MterpGetStatic()
778 template <typename field_type, Primitive::Type primitive_type>
787 FindFieldFromCode<StaticPrimitiveWrite, false>(field_idx, referrer, self, primitive_type); in MterpSetStatic()
/art/imgdiag/
Dimgdiag.cc252 Primitive::Type primitive_type = component_type->GetPrimitiveType(); in DiffObjectContents() local
253 size_t component_size = Primitive::ComponentSize(primitive_type); in DiffObjectContents()
/art/runtime/interpreter/
Dunstarted_runtime.cc1854 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() local
1855 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value()); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType()
1862 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() local
1863 result->SetI(Primitive::ComponentSize(primitive_type)); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()