Home
last modified time | relevance | path

Searched defs:oldFunc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp77 void Clone::CloneSymbols(MIRFunction &newFunc, const MIRFunction &oldFunc) in CloneSymbols()
92 void Clone::CloneLabels(MIRFunction &newFunc, const MIRFunction &oldFunc) in CloneLabels()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1735 … auto *oldFunc = GlobalTables::GetFunctionTable().GetFunctionFromPuidx(callStmt->GetPUIdx()); in SimplifyBlock() local