Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_visitor.cpp22 void GraphVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
37 void GraphVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
131 GateRef replacement = VisitGate(gate); in VisitTopGate() local
Dvalue_numbering.cpp46 GateRef replacement = GetEntry(hash); in VisitGate() local
Dgate_accessor.cpp767 UseIterator GateAccessor::ReplaceHirIfException(const UseIterator &useIt, StateDepend replacement) in ReplaceHirIfException()
834 StateDepend replacement, GateRef value) in ReplaceHirDirectly()
855 StateDepend replacement, GateRef value) in ReplaceHirAndDeleteIfException()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp912 JSHandle<EcmaString> replacement(thread, replaceTag->GetTaggedObject()); in Replace() local
1041 JSHandle<EcmaString> replacement(thread, replaceTag->GetTaggedObject()); in ReplaceAll() local
1092 const JSHandle<EcmaString> &replacement) in GetSubstitution()
Dbuiltins_regexp.cpp939 CString replacement; in Replace() local