HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeHandle (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.cc 505 if (!class_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes()) {
506 class_rti = ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false);
689 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false));
720 bool is_exact = class_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes();
721 bound_type->SetUpperBound(ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), is_exact),
768 ReferenceTypeInfo::TypeHandle a_type_handle = a.GetTypeHandle();
769 ReferenceTypeInfo::TypeHandle b_type_handle = b.GetTypeHandle();
773 if (a.GetTypeHandle().Get() == b.GetTypeHandle().Get()) {
    [all...]
nodes.h 211 return GetTypeHandle()->IsObjectClass();
216 return GetTypeHandle()->IsStringClass();
221 return IsArrayClass() && GetTypeHandle()->GetComponentType()->IsObjectClass();
226 return GetTypeHandle()->IsInterface();
231 return GetTypeHandle()->IsArrayClass();
236 return GetTypeHandle()->IsPrimitiveArray();
241 return GetTypeHandle()->IsArrayClass() && !GetTypeHandle()->IsPrimitiveArray();
248 return GetTypeHandle()->GetComponentType()->IsAssignableFrom(rti.GetTypeHandle().Get())
    [all...]
inliner.cc 217 } else if (info.GetTypeHandle()->IsInterface()) {
221 } else if (!resolved_method->GetDeclaringClass()->IsAssignableFrom(info.GetTypeHandle().Get())) {
224 } else if (info.GetTypeHandle()->IsErroneous()) {
233 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface(
237 resolved_method = info.GetTypeHandle()->FindVirtualMethodForVirtual(
    [all...]
ssa_builder.cc 303 return array_type.GetTypeHandle()->GetComponentType()->GetPrimitiveType();
graph_visualizer.cc 650 << mirror::Class::PrettyDescriptor(info.GetTypeHandle().Get());
    [all...]
instruction_simplifier.cc     [all...]
nodes.cc     [all...]

Completed in 65 milliseconds