Searched defs:hotfixHelper (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.cpp | 43 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/ |
| D | es2panda.cpp | 51 …::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/ |
| D | compilerImpl.h | 50 void AddHotfixHelper(util::Hotfix *hotfixHelper) in AddHotfixHelper()
|
| D | compilerContext.cpp | 26 util::Hotfix *hotfixHelper) in CompilerContext()
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.h | 133 void AddHotfixHelper(util::Hotfix *hotfixHelper) in AddHotfixHelper()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 59 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/ |
| D | parserImpl.cpp | 3543 void ParserImpl::AddHotfixHelper(util::Hotfix *hotfixHelper) in AddHotfixHelper()
|