Home
last modified time | relevance | path

Searched defs:replacement (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Descape_analysis_editor.cpp32 GateRef replacement = result_->TryGetReplacement(gate); in VisitGate() local
H A Dcombined_pass_visitor.cpp48 void CombinedPassVisitor::LogicallyReplaceGate(GateRef gate, GateRef replacement) in LogicallyReplaceGate() argument
63 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() argument
79 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() argument
175 GateRef replacement = (*i)->VisitGate(gate); VisitGate() local
234 GateRef replacement = VisitGate(gate); VisitTopGate() local
[all...]
H A Dcombined_pass_visitor.h48 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() argument
52 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() argument
[all...]
H A Dlexical_env_specialization_pass.cpp334 GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
H A Descape_analysis.cpp177 void GateInfo::SetReplacement(GateRef replacement) in SetReplacement() argument
208 void EscapeAnalysis::SetReplacement(GateRef gate, GateRef replacement) in SetReplacement() argument
223 GateRef replacement = TryGetReplacement(gate); in GetCurrentGate() local
H A Dgate_accessor.cpp1211 UseIterator GateAccessor::ReplaceHirIfException(const UseIterator &useIt, StateDepend replacement) in ReplaceHirIfException() argument
1277 ReplaceHirDirectly(GateRef hirGate, StateDepend replacement, GateRef value) ReplaceHirDirectly() argument
1298 ReplaceHirAndDeleteIfException(GateRef hirGate, StateDepend replacement, GateRef value) ReplaceHirAndDeleteIfException() argument
1591 ReplaceGate(GateRef gate, GateRef replacement) ReplaceGate() argument
1606 ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) ReplaceGate() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dfixup_poisons.cpp43 auto replacement = llvm::Constant::getNullValue(poison->getType()); in FixupInstructionOperands() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.cpp198 const auto replacement = replacements.at(currentChar); in ReplaceSpecialCharacters() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlse.cpp338 auto replacement = phi != nullptr ? phi : cand; in LoopDoElimination() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1377 GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, const JSHandle<EcmaString> &srcString, int position, const JSHandle<TaggedArray> &captureList, const JSHandle<JSTaggedValue> &namedCaptures, const JSHandle<EcmaString> &replacement) GetSubstitution() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp372 JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local

Completed in 34 milliseconds