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