Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc252 case dex::kPackedSwitchSignature: in DissasembleBytecode()
375 SLICER_CHECK(dex_packed_switch->ident == dex::kPackedSwitchSignature); in FixupPackedSwitch()
Dbytecode_encoder.cc447 bytecode_.Push<dex::u2>(dex::kPackedSwitchSignature); in Visit()
554 SLICER_CHECK(payload->ident == dex::kPackedSwitchSignature); in FixupPackedSwitch()
Ddex_bytecode.cc106 if (*bytecode == kPackedSwitchSignature) { in GetWidthFromBytecode()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h34 constexpr u2 kPackedSwitchSignature = 0x0100; variable