Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp399 panda::pandasm::Ins newLexenv; in AddHeadAndTailInsForPatchFuncMain0() local
400 newLexenv.opcode = pandasm::Opcode::NEWLEXENV; in AddHeadAndTailInsForPatchFuncMain0()
401 newLexenv.imms.reserve(1); in AddHeadAndTailInsForPatchFuncMain0()
403 newLexenv.imms.emplace_back(newFuncNum); in AddHeadAndTailInsForPatchFuncMain0()
405 ins.insert(ins.begin(), newLexenv); in AddHeadAndTailInsForPatchFuncMain0()

Completed in 2 milliseconds