Home
last modified time | relevance | path

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

/art/compiler/dex/
Dfrontend.cc454 static const size_t kUnsupportedOpcodesSize[] = { variable
472 COMPILE_ASSERT(sizeof(kUnsupportedOpcodesSize) == 8 * sizeof(size_t),
565 kUnsupportedOpcodesSize[cu.instruction_set] == 0U) { in CanCompileMethod()
577 int unsupport_list_size = kUnsupportedOpcodesSize[cu.instruction_set]; in CanCompileMethod()