Home
last modified time | relevance | path

Searched defs:entryFunc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dnode.cpp150 …auto entryFunc = std::make_shared<Function>(this->program_, this->name_ + ENTRY_FUNC_NAME.data(), … in Build() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h874 MIRFunction *entryFunc = nullptr; variable