Searched defs:CodeIr (Results 1 – 1 of 1) sorted by relevance
396 struct CodeIr { struct404 CodeIr(ir::EncodedMethod* ir_method, std::shared_ptr<ir::DexFile> dex_ir) in CodeIr() argument411 CodeIr& operator=(const CodeIr&) = delete; argument415 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 …]