Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dquick_compiler.cc117 static const char* kSupportedTypes[] = { variable
135 static_assert(sizeof(kSupportedTypes) == 8 * sizeof(char*), "kSupportedTypes unexpected");
474 const char* supported_types = kSupportedTypes[instruction_set]; in CanCompileShorty()
501 if (kSupportedTypes[cu->instruction_set] == nullptr && in CanCompileMethod()