Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc280 for (auto& fixup : packed_switches_) { in FixupSwitches()
323 packed_switches_.clear(); in Dissasemble()
364 auto& instr = packed_switches_[offset].instr; in DecodePackedSwitch()
499 dex::u4& base_offset = packed_switches_[targetOffset].base_offset; in DecodeBytecode()
Dbytecode_encoder.cc441 auto& instr = packed_switches_[offset_]; in Visit()
550 auto instr = packed_switches_[payload_offset]; in FixupPackedSwitch()
610 packed_switches_.clear(); in Encode()
/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h81 std::map<dex::u4, const PackedSwitchPayload*> packed_switches_; variable
Dcode_ir.h470 std::map<dex::u4, PackedSwitchFixup> packed_switches_; member