Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcombined_pass_visitor.cpp48 void CombinedPassVisitor::LogicallyReplaceGate(GateRef gate, GateRef replacement) in LogicallyReplaceGate()
64 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
80 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
176 GateRef replacement = (*i)->VisitGate(gate); in VisitGate() local
236 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.cpp332 … GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
Dgate_accessor.cpp1251 UseIterator GateAccessor::ReplaceHirIfException(const UseIterator &useIt, StateDepend replacement) in ReplaceHirIfException()
1318 StateDepend replacement, GateRef value) in ReplaceHirDirectly()
1339 StateDepend replacement, GateRef value) in ReplaceHirAndReplaceDeadIfException()
1631 void GateAccessor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
1646 void GateAccessor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
Dtyped_bytecode_lowering.cpp2954 …odeLowering::ReplaceHirWithCheckingAccessor(GateRef glue, GateRef hirGate, StateDepend replacement, in ReplaceHirWithCheckingAccessor()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dfixup_poisons.cpp43 auto replacement = llvm::Constant::getNullValue(poison->getType()); in FixupInstructionOperands() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp27 static void ReplaceAll(std::string &str, std::string_view substr, std::string_view replacement) in ReplaceAll()
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp559 void CString::ReplaceAll(CString replacement, CString target) in ReplaceAll()
/arkcompiler/ets_runtime/common_components/base/tests/
Dc_string_test.cpp120 CString replacement = "hi"; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts3408 let replacement: ts.CallExpression; variable
3955 const replacement = `${objName}.${GET_PROPERTY}('${propName}')${typeTag}`; constant
5092 …const replacement = this.printer.printNode(ts.EmitHint.Unspecified, propertyAccessExpr, node.getSo… constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1124 JSHandle<EcmaString> replacement(thread, replaceTag->GetTaggedObject()); in Replace() local
1249 JSHandle<EcmaString> replacement(thread, replaceTag->GetTaggedObject()); in ReplaceAll() local
1397 const JSHandle<EcmaString> &replacement) in GetSubstitution()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp338 auto replacement = phi != nullptr ? phi : cand; in LoopDoElimination() local
Descape.cpp1720 Inst *replacement = ResolveAlias(alias, inst); in ReplaceAliases() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp399 …JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS() local