Searched defs:ReplaceInput (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | ts_inline_lowering.cpp | 375 void TSInlineLowering::ReplaceInput(InlineTypeInfoAccessor &info, GateRef glue, MethodLiteral *method) in ReplaceInput() function in panda::ecmascript::kungfu::TSInlineLowering |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| H A D | inst.h | 1057 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() function in panda::compiler::inst_flags::final |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ | ||
| H A D | inst.h | 1315 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput() function |
Completed in 13 milliseconds