Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h657 kFixupSwitchTable, // X86_64 packed switch table. enumerator
/art/compiler/dex/quick/x86/
Dcall_x86.cc92 lea->flags.fixup = kFixupSwitchTable; in GenLargePackedSwitch()
Dassemble_x86.cc1768 } else if (lir->flags.fixup == kFixupSwitchTable) { in AssembleInstructions()