Searched refs:sparse_switches_ (Results 1 – 4 of 4) sorted by relevance
286 for (auto& fixup : sparse_switches_) { in FixupSwitches()324 sparse_switches_.clear(); in Dissasemble()390 auto& instr = sparse_switches_[offset].instr; in DecodeSparseSwitch()504 dex::u4& base_offset = sparse_switches_[targetOffset].base_offset; in DecodeBytecode()
465 auto& instr = sparse_switches_[offset_]; in Visit()567 auto instr = sparse_switches_[payload_offset]; in FixupSparseSwitch()611 sparse_switches_.clear(); in Encode()
82 std::map<dex::u4, const SparseSwitchPayload*> sparse_switches_; variable
471 std::map<dex::u4, SparseSwitchFixup> sparse_switches_; member