Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dquick_compiler.cc474 const char* supported_types = kSupportedTypes[instruction_set]; in CanCompileShorty() local
475 if (supported_types == nullptr) { in CanCompileShorty()
484 if (strchr(supported_types, shorty[i]) == nullptr) { in CanCompileShorty()