Searched refs:GetTypeHandle (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation.cc614 if (class_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes()) {
616 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ true));
624 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false));
700 ReferenceTypeInfo::TypeHandle a_type_handle = a.GetTypeHandle();
701 ReferenceTypeInfo::TypeHandle b_type_handle = b.GetTypeHandle();
705 if (a.GetTypeHandle().Get() == b.GetTypeHandle().Get()) {
740 Handle<mirror::Class> handle = parent_rti.GetTypeHandle();
815 bool is_exact = upper_bound_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes();
816 new_rti = ReferenceTypeInfo::Create(upper_bound_rti.GetTypeHandle(), is_exac
[all...]
H A Dinliner.cc140 } else if (info.GetTypeHandle()->IsInterface()) {
144 } else if (!resolved_method->GetDeclaringClass()->IsAssignableFrom(info.GetTypeHandle().Get())) {
147 } else if (info.GetTypeHandle()->IsErroneous()) {
156 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface(
160 resolved_method = info.GetTypeHandle()->FindVirtualMethodForVirtual(
H A Dnodes.h181 return GetTypeHandle()->IsObjectClass();
186 return GetTypeHandle()->IsStringClass();
191 return IsArrayClass() && GetTypeHandle()->GetComponentType()->IsObjectClass();
196 return GetTypeHandle()->IsInterface();
201 return GetTypeHandle()->IsArrayClass();
206 return GetTypeHandle()->IsPrimitiveArray();
211 return GetTypeHandle()->IsArrayClass() && !GetTypeHandle()->IsPrimitiveArray();
218 return GetTypeHandle()->GetComponentType()->IsAssignableFrom(rti.GetTypeHandle()
230 Handle<mirror::Class> GetTypeHandle() const { return type_handle_; } function in class:art::ReferenceTypeInfo
[all...]
H A Dssa_builder.cc310 return array_type.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
H A Dnodes.cc2260 DCHECK(!upper_bound_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes() || rti.IsExact())
2277 reference_type_handle_ = rti.GetTypeHandle();
2308 << " type=" << (!rhs.IsValid() ? "?" : PrettyClass(rhs.GetTypeHandle().Get()))
H A Dgraph_visualizer.cc575 StartAttributeStream("klass") << PrettyDescriptor(info.GetTypeHandle().Get());

Completed in 21 milliseconds