Searched refs:ENTRY_FUNCTION_NAME (Results 1 – 17 of 17) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile.h | 59 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()
|
D | panda_file_translator.h | 46 … const MethodLiteral *methodLiteral, const CString &methodName = JSPandaFile::ENTRY_FUNCTION_NAME);
|
D | js_pandafile.cpp | 155 jsRecordInfo_.insert({JSPandaFile::ENTRY_FUNCTION_NAME, info}); in InitializeUnMergedPF()
|
D | js_pandafile_manager.cpp | 465 methodName = JSPandaFile::ENTRY_FUNCTION_NAME; in GenerateJSPandaFile()
|
D | literal_data_extractor.cpp | 231 CString entry = JSPandaFile::ENTRY_FUNCTION_NAME; in DefineMethodInLiteral()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_test.cpp | 267 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()
|
D | panda_file_translator_test.cpp | 95 …pt::Program> program2 = pfManager->GenerateProgram(vm, pf.get(), JSPandaFile::ENTRY_FUNCTION_NAME); in HWTEST_F_L0()
|
D | js_pandafile_manager_test.cpp | 269 …ipt::Program> program = pfManager->GenerateProgram(vm, pf.get(), JSPandaFile::ENTRY_FUNCTION_NAME); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
D | abc_file.h | 83 static constexpr char ENTRY_FUNCTION_NAME[] = "func_main_0"; variable
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | quick_fix_manager.cpp | 224 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) != 0 && in IsQuickFixCausedException()
|
D | patch_loader.cpp | 338 if (methodName == JSPandaFile::ENTRY_FUNCTION_NAME || in GeneratePatchInfo()
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 653 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/ |
D | abc_file.cpp | 725 ASSERT(func_main->GetFunctionName() == ENTRY_FUNCTION_NAME); in ExtractClassAndFunctionExportList() 1049 if (func_name != ENTRY_FUNCTION_NAME) { in AddDefinedFunction()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.cpp | 150 auto found = addr2name[funcEntry].find(panda::ecmascript::JSPandaFile::ENTRY_FUNCTION_NAME); in CollectFuncEntryInfo()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_manager.cpp | 480 …ordInfo = const_cast<JSPandaFile *>(jsPandaFile)->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME); in ResolveModule()
|
D | js_module_source_text.cpp | 1074 entryPoint = JSPandaFile::ENTRY_FUNCTION_NAME; in ModuleExecution()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1837 ecmascript::CString entry = JSPandaFile::ENTRY_FUNCTION_NAME; in GetSourceCode()
|