Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dquick_compiler.cc448 static const size_t kUnsupportedOpcodesSize[] = { variable
466 static_assert(sizeof(kUnsupportedOpcodesSize) == 8 * sizeof(size_t),
502 kUnsupportedOpcodesSize[cu->instruction_set] == 0U) { in CanCompileMethod()
514 int unsupport_list_size = kUnsupportedOpcodesSize[cu->instruction_set]; in CanCompileMethod()