Searched refs:packed_switches_ (Results 1 – 4 of 4) sorted by relevance
280 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()
441 auto& instr = packed_switches_[offset_]; in Visit()550 auto instr = packed_switches_[payload_offset]; in FixupPackedSwitch()610 packed_switches_.clear(); in Encode()
81 std::map<dex::u4, const PackedSwitchPayload*> packed_switches_; variable
470 std::map<dex::u4, PackedSwitchFixup> packed_switches_; member