Home
last modified time | relevance | path

Searched defs:throwableInst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp101 …auto throwableInst = (currentLastInst == nullptr) ? bb->GetFirstInst() : currentLastInst->GetNext(… in BuildInstructionsForBB() local
118 …ilderDynamic::ProcessThrowableInstructions(InstBuilder *instBuilder, compiler::Inst *throwableInst) in ProcessThrowableInstructions()
Dinst_builder_dyn.cpp123 const compiler::InstVector &defs, compiler::Inst *throwableInst) in AddCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp297 …auto throwableInst = (currentLastInst == nullptr) ? currentBb->GetFirstInst() : currentLastInst->G… in AddInstructionToBB() local
347 void IrBuilder::ProcessThrowableInstructions(Inst *throwableInst) in ProcessThrowableInstructions()
Dinst_builder.cpp375 Inst *throwableInst) in AddCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp535 auto throwableInst = const_cast<Inst *>(catchPhi->GetThrowableInst(inputIdx)); in AdjustCatchPhiInputsLifetime() local