Searched refs:kSparseSwitchSignature (Results 1 – 4 of 4) sorted by relevance
256 case dex::kSparseSwitchSignature: in DissasembleBytecode()401 SLICER_CHECK(dex_sparse_switch->ident == dex::kSparseSwitchSignature); in FixupSparseSwitch()
471 bytecode_.Push<dex::u2>(dex::kSparseSwitchSignature); in Visit()571 SLICER_CHECK(payload->ident == dex::kSparseSwitchSignature); in FixupSparseSwitch()
108 } else if (*bytecode == kSparseSwitchSignature) { in GetWidthFromBytecode()
35 constexpr u2 kSparseSwitchSignature = 0x0200; variable