HomeSort by relevance Sort by last modified time
    Searched refs:packed_switches_ (Results 1 - 4 of 4) sorted by null

  /tools/dexter/slicer/export/slicer/
bytecode_encoder.h 81 std::map<dex::u4, const PackedSwitchPayload*> packed_switches_; member in class:lir::BytecodeEncoder
code_ir.h 412 std::map<dex::u4, PackedSwitchFixup> packed_switches_; member in struct:lir::CodeIr
  /tools/dexter/slicer/
code_ir.cc 280 for (auto& fixup : packed_switches_) {
323 packed_switches_.clear();
364 auto& instr = packed_switches_[offset].instr;
499 dex::u4& base_offset = packed_switches_[targetOffset].base_offset;
bytecode_encoder.cc 441 auto& instr = packed_switches_[offset_];
550 auto instr = packed_switches_[payload_offset];
610 packed_switches_.clear();

Completed in 651 milliseconds