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

  /tools/dexter/slicer/export/slicer/
bytecode_encoder.h 82 std::map<dex::u4, const SparseSwitchPayload*> sparse_switches_; member in class:lir::BytecodeEncoder
code_ir.h 413 std::map<dex::u4, SparseSwitchFixup> sparse_switches_; member in struct:lir::CodeIr
  /tools/dexter/slicer/
code_ir.cc 286 for (auto& fixup : sparse_switches_) {
324 sparse_switches_.clear();
390 auto& instr = sparse_switches_[offset].instr;
504 dex::u4& base_offset = sparse_switches_[targetOffset].base_offset;
bytecode_encoder.cc 465 auto& instr = sparse_switches_[offset_];
567 auto instr = sparse_switches_[payload_offset];
611 sparse_switches_.clear();

Completed in 84 milliseconds