Home
last modified time | relevance | path

Searched refs:ReplaceThrowableInst (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp89 graph->ReplaceThrowableInst(newObject, initObject); in ReplaceNewObjectUsers()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp492 void Graph::ReplaceThrowableInst(Inst *old_inst, Inst *new_inst) in ReplaceThrowableInst() function in panda::compiler::Graph
506 catch_phi->ReplaceThrowableInst(old_inst, new_inst); in ReplaceThrowableInst()
H A Dinst.cpp423 void CatchPhiInst::ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst) in ReplaceThrowableInst() function in CatchPhiInst
H A Dbasicblock.cpp548 graph_->ReplaceThrowableInst(old_inst, new_inst); in ReplaceInst()
H A Dgraph.h688 void ReplaceThrowableInst(Inst *old_inst, Inst *new_inst);
H A Dinst.h2800 void ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp319 new_catch_phi->ReplaceThrowableInst(saved_throwable_inst, current_throwable_inst); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp736 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst() function in ark::compiler::Graph
750 catchPhi->ReplaceThrowableInst(oldInst, newInst); in ReplaceThrowableInst()
H A Dinst.cpp717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst() function in CatchPhiInst
H A Dgraph.h881 void ReplaceThrowableInst(Inst *oldInst, Inst *newInst);
H A Dbasicblock.cpp1178 graph_->ReplaceThrowableInst(oldInst, newInst);
H A Dinst.h6633 void ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp464 newCatchPhi->ReplaceThrowableInst(savedThrowableInst, currentThrowableInst); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp469 catch_phi_inst->ReplaceThrowableInst(graph->GetFirstConstInst(), inst); in HWTEST_F()

Completed in 24 milliseconds