Home
last modified time | relevance | path

Searched refs:newLexenv (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp370 panda::pandasm::Ins newLexenv; in AddHeadAndTailInsForPatchFuncMain0() local
371 newLexenv.opcode = pandasm::Opcode::NEWLEXENV; in AddHeadAndTailInsForPatchFuncMain0()
372 newLexenv.imms.reserve(1); in AddHeadAndTailInsForPatchFuncMain0()
374 newLexenv.imms.emplace_back(newFuncNum); in AddHeadAndTailInsForPatchFuncMain0()
376 ins.insert(ins.begin(), newLexenv); in AddHeadAndTailInsForPatchFuncMain0()