Home
last modified time | relevance | path

Searched refs:ENTRY_FUNCTION_NAME (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h59 static constexpr char ENTRY_FUNCTION_NAME[] = "func_main_0"; variable
140 uint32_t GetMainMethodIndex(const CString &recordName = ENTRY_FUNCTION_NAME) const
171 …id UpdateMainMethodIndex(uint32_t mainMethodIndex, const CString &recordName = ENTRY_FUNCTION_NAME)
185 int GetModuleRecordIdx(const CString &recordName = ENTRY_FUNCTION_NAME) const
336 return (name == PATCH_FUNCTION_NAME_0) || (name == ENTRY_FUNCTION_NAME); in IsEntryOrPatch()
Dpanda_file_translator.h46 … const MethodLiteral *methodLiteral, const CString &methodName = JSPandaFile::ENTRY_FUNCTION_NAME);
Djs_pandafile.cpp155 jsRecordInfo_.insert({JSPandaFile::ENTRY_FUNCTION_NAME, info}); in InitializeUnMergedPF()
Djs_pandafile_manager.cpp465 methodName = JSPandaFile::ENTRY_FUNCTION_NAME; in GenerateJSPandaFile()
Dliteral_data_extractor.cpp231 CString entry = JSPandaFile::ENTRY_FUNCTION_NAME; in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp267 const_cast<JSPandaFile *>(pf1.get())-> FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME); in HWTEST_F_L0()
306 auto &recordInfo = pf->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME); in HWTEST_F_L0()
309 …EXPECT_TRUE(pf->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME).IsParsedConstpoolOfCurrentVM(inst… in HWTEST_F_L0()
Dpanda_file_translator_test.cpp95 …pt::Program> program2 = pfManager->GenerateProgram(vm, pf.get(), JSPandaFile::ENTRY_FUNCTION_NAME); in HWTEST_F_L0()
Djs_pandafile_manager_test.cpp269 …ipt::Program> program = pfManager->GenerateProgram(vm, pf.get(), JSPandaFile::ENTRY_FUNCTION_NAME); in HWTEST_F_L0()
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h83 static constexpr char ENTRY_FUNCTION_NAME[] = "func_main_0"; variable
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp224 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) != 0 && in IsQuickFixCausedException()
Dpatch_loader.cpp338 if (methodName == JSPandaFile::ENTRY_FUNCTION_NAME || in GeneratePatchInfo()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp653 JSPandaFile::ENTRY_FUNCTION_NAME); in EvaluateOnCallFrame()
809 JSPandaFile::ENTRY_FUNCTION_NAME); in SetBreakpointByUrl()
890 …buggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), JSPandaFile::ENTRY_FUNCTION_NAME); in ProcessSingleBreakpoint()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp725 ASSERT(func_main->GetFunctionName() == ENTRY_FUNCTION_NAME); in ExtractClassAndFunctionExportList()
1049 if (func_name != ENTRY_FUNCTION_NAME) { in AddDefinedFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp150 auto found = addr2name[funcEntry].find(panda::ecmascript::JSPandaFile::ENTRY_FUNCTION_NAME); in CollectFuncEntryInfo()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp480 …ordInfo = const_cast<JSPandaFile *>(jsPandaFile)->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME); in ResolveModule()
Djs_module_source_text.cpp1074 entryPoint = JSPandaFile::ENTRY_FUNCTION_NAME; in ModuleExecution()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1837 ecmascript::CString entry = JSPandaFile::ENTRY_FUNCTION_NAME; in GetSourceCode()