Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dcode_ir.h396 struct CodeIr { struct
404 CodeIr(ir::EncodedMethod* ir_method, std::shared_ptr<ir::DexFile> dex_ir) in CodeIr() argument
411 CodeIr& operator=(const CodeIr&) = delete; argument
415 void Accept(Visitor* visitor) { in Accept()
422 T* Alloc(Args&&... args) { in Alloc()
458 struct PackedSwitchFixup {
463 struct SparseSwitchFixup {
469 std::map<dex::u4, Label*> labels_;
470 std::map<dex::u4, PackedSwitchFixup> packed_switches_;
471 std::map<dex::u4, SparseSwitchFixup> sparse_switches_;
[all …]