Searched defs:replacement (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | combined_pass_visitor.cpp | 48 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
|
| D | combined_pass_visitor.h | 48 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() 52 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
|
| D | escape_analysis_editor.cpp | 32 GateRef replacement = result_->TryGetReplacement(gate); in VisitGate() local
|
| D | escape_analysis.cpp | 177 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
|
| D | lexical_env_specialization_pass.cpp | 334 … GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
|
| D | gate_accessor.cpp | 1183 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/ |
| D | fixup_poisons.cpp | 43 auto replacement = llvm::Constant::getNullValue(poison->getType()); in FixupInstructionOperands() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | string_utils.cpp | 27 …ngUtils::Replace(const std::string &src, const std::string &target, const std::string &replacement) in Replace()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lse.cpp | 343 auto replacement = phi != nullptr ? phi : cand; in LoopDoElimination() local
|
| D | escape.cpp | 1787 Inst *replacement = ResolveAlias(alias, inst); in ReplaceAliases() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1109 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/ |
| D | runtime_stubs.cpp | 363 …JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS() local
|