/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | escape_analysis_editor.cpp | 32 GateRef replacement = result_->TryGetReplacement(gate); in VisitGate() local
|
H A D | combined_pass_visitor.cpp | 48 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 D | combined_pass_visitor.h | 48 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() argument 52 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() argument [all...] |
H A D | lexical_env_specialization_pass.cpp | 334 GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
|
H A D | escape_analysis.cpp | 177 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 D | gate_accessor.cpp | 1211 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 D | fixup_poisons.cpp | 43 auto replacement = llvm::Constant::getNullValue(poison->getType()); in FixupInstructionOperands() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
H A D | globalClassHandler.cpp | 198 const auto replacement = replacements.at(currentChar); in ReplaceSpecialCharacters() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | lse.cpp | 338 auto replacement = phi != nullptr ? phi : cand; in LoopDoElimination() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_string.cpp | 1377 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 D | runtime_stubs.cpp | 372 JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
|