Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h36 constexpr u2 kSparseSwitchSignature = 0x0200; variable
/tools/dexter/slicer/
Dcode_ir.cc255 case dex::kSparseSwitchSignature: in DisassembleBytecode()
400 SLICER_CHECK_EQ(dex_sparse_switch->ident, dex::kSparseSwitchSignature); in FixupSparseSwitch()
Ddex_bytecode.cc110 } else if (*bytecode == kSparseSwitchSignature) { in GetWidthFromBytecode()
Dbytecode_encoder.cc522 bytecode_.Push<dex::u2>(dex::kSparseSwitchSignature); in Visit()
622 SLICER_CHECK_EQ(payload->ident, dex::kSparseSwitchSignature); in FixupSparseSwitch()