Searched refs:GetPrimitiveType (Results 1 - 25 of 28) sorted by relevance

12

/art/test/004-UnsafeTest/
H A Dunsafe_test.cc31 Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType())).Int32Value();
37 return Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType());
/art/runtime/
H A Dmethod_handles-inl.h63 if (to_class->GetPrimitiveType() == Primitive::kPrimVoid || from_class == to_class) {
95 const Primitive::Type from_type = from_types->GetWithoutChecks(i)->GetPrimitiveType();
96 const Primitive::Type to_type = to_types->GetWithoutChecks(i)->GetPrimitiveType();
H A Dmethod_handles.cc126 Primitive::Type from_primitive = from->GetPrimitiveType();
127 Primitive::Type to_primitive = to->GetPrimitiveType();
178 if (to->GetPrimitiveType() == Primitive::Type::kPrimVoid) {
181 } else if (from->GetPrimitiveType() == Primitive::Type::kPrimVoid) {
201 const Primitive::Type from_type = from->GetPrimitiveType();
202 const Primitive::Type to_type = to->GetPrimitiveType();
933 callsite_type->GetPTypes()->Get(kPTypeIndex)->GetPrimitiveType(),
957 callsite_type->GetPTypes()->Get(kPTypeIndex)->GetPrimitiveType(),
H A Dreflection.cc794 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid)) {
852 src_class->GetPrimitiveType(), dst_class->GetPrimitiveType(),
H A Dtransaction.cc579 Primitive::Type type = array->GetClass()->GetComponentType()->GetPrimitiveType();
/art/runtime/mirror/
H A Demulated_stack_frame.cc43 const Primitive::Type primitive_type = type->GetPrimitiveType();
53 const Primitive::Type return_type = r_type->GetPrimitiveType();
235 const Primitive::Type type = r_type->GetPrimitiveType();
259 const Primitive::Type type = r_type->GetPrimitiveType();
H A Dfield.h75 return GetType()->GetPrimitiveType();
H A Dclass.h403 Primitive::Type GetPrimitiveType() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_);
420 return GetPrimitiveType<kVerifyFlags>() != Primitive::kPrimNot;
425 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimBoolean;
430 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimByte;
435 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimChar;
440 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimShort;
445 return GetPrimitiveType() == Primitive::kPrimInt;
450 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimLong;
455 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimFloat;
460 return GetPrimitiveType<kVerifyFlag
[all...]
H A Dclass-inl.h696 inline Primitive::Type Class::GetPrimitiveType() { function in class:art::mirror::Class
837 return strcmp(Primitive::Descriptor(GetPrimitiveType()), match) == 0;
H A Dclass.cc895 return Primitive::Descriptor(GetPrimitiveType());
/art/runtime/native/
H A Djava_lang_reflect_Array.cc40 DCHECK_EQ(dimensions_obj->GetClass()->GetComponentType()->GetPrimitiveType(),
H A Djava_lang_System.cc90 Primitive::Type dstComponentPrimitiveType = dstComponentType->GetPrimitiveType();
178 DCHECK_EQ(srcArray->GetClass()->GetComponentType()->GetPrimitiveType(), kPrimType);
H A Dsun_misc_Unsafe.cc196 Primitive::Type primitive_type = component->GetPrimitiveType();
203 Primitive::Type primitive_type = component->GetPrimitiveType();
H A Djava_lang_Class.cc676 if (UNLIKELY(klass->GetPrimitiveType() != 0 || klass->IsInterface() || klass->IsArrayClass() ||
/art/compiler/optimizing/
H A Dssa_builder.cc303 return array_type.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
H A Dinstruction_simplifier.cc1827 destination_rti.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
1840 source_component_type = source_rti.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
/art/compiler/debug/
H A Delf_debug_info_writer.h296 if (type->GetPrimitiveType() != Primitive::kPrimVoid) {
/art/imgdiag/
H A Dimgdiag.cc252 Primitive::Type primitive_type = component_type->GetPrimitiveType();
/art/runtime/verifier/
H A Dreg_type.cc469 Primitive::Type RegType::GetPrimitiveType() const { function in class:art::verifier::RegType
H A Dreg_type.h181 Primitive::Type GetPrimitiveType() const;
H A Dreg_type_cache.cc230 return &RegTypeFromPrimitiveType(klass->GetPrimitiveType());
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1854 Primitive::Type primitive_type = component->GetPrimitiveType();
1862 Primitive::Type primitive_type = component->GetPrimitiveType();
H A Dinterpreter_common.cc1200 Primitive::Type primitive_component_type = array->GetClass()->GetComponentType()->GetPrimitiveType();
/art/runtime/hprof/
H A Dhprof.cc1307 Primitive::Descriptor(klass->GetComponentType()->GetPrimitiveType()), &size);
/art/runtime/openjdkjvmti/
H A Dti_heap.cc124 art::Primitive::Type art_prim_type = array->GetClass()->GetComponentType()->GetPrimitiveType();

Completed in 506 milliseconds

12