Searched defs:ReplaceThrowableInst (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| D | inst.cpp | 423 void CatchPhiInst::ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst) in ReplaceThrowableInst() function in panda::compiler::CatchPhiInst |
| D | graph.cpp | 492 void Graph::ReplaceThrowableInst(Inst *old_inst, Inst *new_inst) in ReplaceThrowableInst() function in panda::compiler::Graph |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ | ||
| D | inst.cpp | 717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst() function in ark::compiler::CatchPhiInst |
| D | graph.cpp | 736 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst() function in ark::compiler::Graph |