Home
last modified time | relevance | path

Searched defs:hotfixHelper (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp43 void LocalVariable::SetLexical(Scope *scope, util::Hotfix *hotfixHelper) in SetLexical()
68 …Variable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::Hotfix *hotfixHelper) {} in SetLexical()
69 …Variable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::Hotfix *hotfixHelper) {} in SetLexical()
70 …Variable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::Hotfix *hotfixHelper) {} in SetLexical()
71 …Variable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::Hotfix *hotfixHelper) {} in SetLexical()
72 …Variable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::Hotfix *hotfixHelper) {} in SetLexical()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp51 …::Program *CreateJsonContentProgram(std::string src, std::string rname, util::Hotfix *hotfixHelper) in CreateJsonContentProgram()
69 auto *hotfixHelper = InitHotfixHelper(input, options, symbolTable); in Compile() local
118 util::Hotfix *hotfixHelper = nullptr; in InitHotfixHelper() local
128 void Compiler::CleanHotfixHelper(const util::Hotfix *hotfixHelper) in CleanHotfixHelper()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.h50 void AddHotfixHelper(util::Hotfix *hotfixHelper) in AddHotfixHelper()
DcompilerContext.cpp26 util::Hotfix *hotfixHelper) in CompilerContext()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h133 void AddHotfixHelper(util::Hotfix *hotfixHelper) in AddHotfixHelper()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp59 void FunctionEmitter::Generate(util::Hotfix *hotfixHelper) in Generate()
539 panda::pandasm::Program *Emitter::Finalize(bool dumpDebugInfo, util::Hotfix *hotfixHelper) in Finalize()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3543 void ParserImpl::AddHotfixHelper(util::Hotfix *hotfixHelper) in AddHotfixHelper()