Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h75 …void ProcessFunction(const compiler::PandaGen *pg, panda::pandasm::Function *func, LiteralBuffers …
DpatchFix.cpp33 void PatchFix::ProcessFunction(const compiler::PandaGen *pg, panda::pandasm::Function *func, in ProcessFunction() function in panda::es2panda::util::PatchFix
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp73 patchFixHelper->ProcessFunction(pg_, func_, literalBuffers_); in Generate()