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