| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | combined_pass_visitor.cpp | 48 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
|
| 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 | 332 … GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
|
| D | gate_accessor.cpp | 1251 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()
|
| D | typed_bytecode_lowering.cpp | 2954 …odeLowering::ReplaceHirWithCheckingAccessor(GateRef glue, GateRef hirGate, StateDepend replacement, in ReplaceHirWithCheckingAccessor()
|
| /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_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 27 static void ReplaceAll(std::string &str, std::string_view substr, std::string_view replacement) in ReplaceAll()
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | c_string.cpp | 559 void CString::ReplaceAll(CString replacement, CString target) in ReplaceAll()
|
| /arkcompiler/ets_runtime/common_components/base/tests/ |
| D | c_string_test.cpp | 120 CString replacement = "hi"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 3408 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/ |
| D | builtins_string.cpp | 1124 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/ |
| D | lse.cpp | 338 auto replacement = phi != nullptr ? phi : cand; in LoopDoElimination() local
|
| D | escape.cpp | 1720 Inst *replacement = ResolveAlias(alias, inst); in ReplaceAliases() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 399 …JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS() local
|