Home
last modified time | relevance | path

Searched defs:CodeIr (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dcode_ir.h408 struct CodeIr { struct
416 CodeIr(ir::EncodedMethod* ir_method, std::shared_ptr<ir::DexFile> dex_ir) in CodeIr() function
423 CodeIr& operator=(const CodeIr&) = delete; argument
427 void Accept(Visitor* visitor) { in Accept()
434 T* Alloc(Args&&... args) { in Alloc()
471 struct PackedSwitchFixup {
476 struct SparseSwitchFixup {
482 std::map<dex::u4, Label*> labels_;
483 std::map<dex::u4, PackedSwitchFixup> packed_switches_;
484 std::map<dex::u4, SparseSwitchFixup> sparse_switches_;
[all …]