Home
last modified time | relevance | path

Searched defs:ReplaceInput (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp388 void TSInlineLowering::ReplaceInput(InlineTypeInfoAccessor &info, GateRef glue, MethodLiteral *meth… in ReplaceInput() function in panda::ecmascript::kungfu::TSInlineLowering
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1057 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1319 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput() function