Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dcode_ir.h428 struct CodeIr { struct
436 CodeIr(ir::EncodedMethod* ir_method, std::shared_ptr<ir::DexFile> dex_ir) in CodeIr() function
443 CodeIr& operator=(const CodeIr&) = delete; argument
447 void Accept(Visitor* visitor) { in Accept()
454 T* Alloc(Args&&... args) { in Alloc()
491 struct PackedSwitchFixup {
496 struct SparseSwitchFixup {
502 std::map<dex::u4, Label*> labels_;
503 std::map<dex::u4, PackedSwitchFixup> packed_switches_;
504 std::map<dex::u4, SparseSwitchFixup> sparse_switches_;
[all …]