Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcombined_pass_visitor.cpp48 void CombinedPassVisitor::LogicallyReplaceGate(GateRef gate, GateRef replacement) in LogicallyReplaceGate()
63 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
79 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
174 GateRef replacement = (*i)->VisitGate(gate); in VisitGate() local
233 GateRef replacement = VisitGate(gate); in VisitTopGate() local
Dcombined_pass_visitor.h48 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
52 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
Descape_analysis_editor.cpp32 GateRef replacement = result_->TryGetReplacement(gate); in VisitGate() local
Descape_analysis.cpp177 void GateInfo::SetReplacement(GateRef replacement) in SetReplacement()
208 void EscapeAnalysis::SetReplacement(GateRef gate, GateRef replacement) in SetReplacement()
223 GateRef replacement = TryGetReplacement(gate); in GetCurrentGate() local
Dlexical_env_specialization_pass.cpp334 … GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
Dgate_accessor.cpp1183 UseIterator GateAccessor::ReplaceHirIfException(const UseIterator &useIt, StateDepend replacement) in ReplaceHirIfException()
1250 StateDepend replacement, GateRef value) in ReplaceHirDirectly()
1271 StateDepend replacement, GateRef value) in ReplaceHirAndDeleteIfException()
1563 void GateAccessor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
1578 void GateAccessor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dfixup_poisons.cpp43 auto replacement = llvm::Constant::getNullValue(poison->getType()); in FixupInstructionOperands() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dstring_utils.cpp27 …ngUtils::Replace(const std::string &src, const std::string &target, const std::string &replacement) in Replace()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp343 auto replacement = phi != nullptr ? phi : cand; in LoopDoElimination() local
Descape.cpp1787 Inst *replacement = ResolveAlias(alias, inst); in ReplaceAliases() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1109 JSHandle<EcmaString> replacement(thread, replaceTag->GetTaggedObject()); in Replace() local
1234 JSHandle<EcmaString> replacement(thread, replaceTag->GetTaggedObject()); in ReplaceAll() local
1378 const JSHandle<EcmaString> &replacement) in GetSubstitution()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp363 …JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS() local