Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc286 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()
Dbytecode_encoder.cc465 auto& instr = sparse_switches_[offset_]; in Visit()
567 auto instr = sparse_switches_[payload_offset]; in FixupSparseSwitch()
611 sparse_switches_.clear(); in Encode()
/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h82 std::map<dex::u4, const SparseSwitchPayload*> sparse_switches_; variable
Dcode_ir.h471 std::map<dex::u4, SparseSwitchFixup> sparse_switches_; member