Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc68 static bool IsTypeSupported(Primitive::Type type) { in IsTypeSupported() function
356 if (!IsTypeSupported(type)) { in BuildInvoke()
372 if (!IsTypeSupported(return_type)) { in BuildInvoke()
401 if (!IsTypeSupported(field_type)) { in BuildFieldAccess()
436 DCHECK(IsTypeSupported(anticipated_type)); in BuildArrayAccess()