Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc256 case dex::kSparseSwitchSignature: in DissasembleBytecode()
401 SLICER_CHECK(dex_sparse_switch->ident == dex::kSparseSwitchSignature); in FixupSparseSwitch()
Dbytecode_encoder.cc471 bytecode_.Push<dex::u2>(dex::kSparseSwitchSignature); in Visit()
571 SLICER_CHECK(payload->ident == dex::kSparseSwitchSignature); in FixupSparseSwitch()
Ddex_bytecode.cc108 } else if (*bytecode == kSparseSwitchSignature) { in GetWidthFromBytecode()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h35 constexpr u2 kSparseSwitchSignature = 0x0200; variable