HomeSort by relevance Sort by last modified time
    Searched full:kunsupportedopcodes (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/
frontend.cc 433 static const int* kUnsupportedOpcodes[] = {
451 COMPILE_ASSERT(sizeof(kUnsupportedOpcodes) == 8 * sizeof(int*), kUnsupportedOpcodes_unexp);
576 const int *unsupport_list = kUnsupportedOpcodes[cu.instruction_set];

Completed in 630 milliseconds