Home
last modified time | relevance | path

Searched defs:entryPoint (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp24 CString entryPoint; in ConcatFileNameWithMerge() local
153 CString entryPoint = moduleRequestName; in ParsePrefixBundle() local
206 CString entryPoint; in MakeNewRecord() local
274 CString entryPoint; in FindOhpmEntryPoint() local
291 CString entryPoint; in FindPackageInTopLevelWithNamespace() local
332 CString entryPoint; in ParseOhpmPackage() local
363 CString entryPoint; in ParseThirdPartyPackage() local
394 CString entryPoint = ParseOhpmPackage(jsPandaFile, recordName, normalizeRequestName); in ParseThirdPartyPackage() local
432 CString entryPoint = ConfirmLoadingIndexOrNot(jsPandaFile, packageEntryPoint); in FindNpmEntryPoint() local
449 CString entryPoint; in FindPackageInTopLevel() local
Djs_dynamic_import.cpp39 CString entryPoint = PathHelper::GetStrippedModuleName(requestPath); in ExecuteNativeModule() local
Dmodule_path_helper.h148 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
Dmodule_data_extractor.cpp151 …oduleDataExtractor::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
Djs_module_source_text.cpp108 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HostResolveImportedModuleWithMerge() local
1071 std::string entryPoint; in ModuleExecution() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp37 const CString &entryPoint) in ExtractObjectDatas()
119 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in GetDatasIgnoreTypeForClass()
133 const CString &entryPoint) in GetDatasIgnoreType()
140 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in EnumerateLiteralVals()
215 const CString &entryPoint, in DefineMethodInLiteral()
383 const CString &entryPoint, in GetDatasIgnoreType()
Djs_pandafile_manager.cpp44 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile()
106 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile()
150 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure()
194 std::string_view entryPoint) in GenerateProgram()
441 … const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile()
Djs_pandafile_executor.cpp33 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromFile()
114 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer()
219std::string_view entryPoint, bool excuteFromJob) in Execute()
248 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
Dpanda_file_translator.cpp104 std::string_view entryPoint) in GenerateProgram()
224 const CString &entryPoint, in ParseFuncAndLiteralConstPool()
1505 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
Djs_pandafile.cpp244 CString entryPoint = GetNpmEntries(recordName); in GetEntryPoint() local
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp70 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h61 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
Djs_debugger.h123 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
Ddebugger_api.cpp761 size_t size, std::string_view entryPoint) in GenerateFuncFromBuffer()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h62 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]] std::string_view entryPoint) ov… in LoadModule()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp308 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local
340 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local
375 CString entryPoint = in HWTEST_F_L0() local
419 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local
462 CString entryPoint; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp219 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint()
242std::string_view entryPoint, bool excuteFromJob) in InvokeEcmaEntrypoint()
310 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
Djs_function.cpp321 JSHandle<JSTaggedValue> &thisArg, std::string_view entryPoint, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp153 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp200 std::string_view entryPoint) in SetAOTMainFuncEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp696 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile_, in CollectRecordExportInfo() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp153 CString entryPoint = in ResolveImportType() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp63 …pl::NotifyScriptParsed(ScriptId scriptId, const std::string &fileName, std::string_view entryPoint) in NotifyScriptParsed()