Searched defs:IsTypeSupported (Results 1 - 1 of 1) sorted by relevance

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

Completed in 4 milliseconds