Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h139 CString entryPoint; in ParseOhmUrl() local
173 static CString ParseUrl(EcmaVM *vm, const CString &entryPoint) in ParseUrl()
229 CString entryPoint = moduleRequestName; in ParsePrefixBundle() local
265 CString entryPoint; in MakeNewRecord() local
305 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
320 CString entryPoint = ConfirmLoadingIndexOrNot(jsPandaFile, packageEntryPoint); in FindNpmEntryPoint() local
332 CString entryPoint; in FindPackageInTopLevel() local
365 CString entryPoint; in FindOhpmEntryPoint() local
381 CString entryPoint; in FindPackageInTopLevelWithNamespace() local
417 CString entryPoint; in ParseOhpmPackage() local
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp30 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromFile()
108 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer()
194std::string_view entryPoint, bool excuteFromJob) in Execute()
Djs_pandafile_manager.cpp55 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile()
87 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile()
122 EcmaVM *vm, const JSPandaFile *jsPandaFile, std::string_view entryPoint) in GenerateProgram()
285 … const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile()
Dliteral_data_extractor.cpp35 const CString &entryPoint) in ExtractObjectDatas()
136 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in GetDatasIgnoreTypeForClass()
152 const CString &entryPoint) in GetDatasIgnoreType()
162 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in EnumerateLiteralVals()
250 const CString &entryPoint) in DefineMethodInLiteral()
430 const CString &entryPoint) in GetDatasIgnoreType()
Dpanda_file_translator.cpp108 std::string_view entryPoint) in GenerateProgram()
229 const CString &entryPoint, in ParseFuncAndLiteralConstPool()
1507 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
Djs_pandafile.cpp262 CString entryPoint = GetNpmEntries(recordName); in GetEntryPoint() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h58 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.cpp413 size_t size, std::string_view entryPoint) in GenerateFuncFromBuffer()
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp62 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h54 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]]std::string_view entryPoint) ove… in LoadModule()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp302 …CString entryPoint = PathHelper::ConcatFileNameWithMerge(thread, pf, baseFilename, moduleRecordNam… in HWTEST_F_L0() local
334 …CString entryPoint = PathHelper::ConcatFileNameWithMerge(thread, pf, baseFilename, moduleRecordNam… in HWTEST_F_L0() local
368 CString entryPoint = in HWTEST_F_L0() local
412 …CString entryPoint = PathHelper::ConcatFileNameWithMerge(thread, pf, baseFilename, moduleRecordNam… in HWTEST_F_L0() local
455 CString entryPoint = PathHelper::ParseOhmUrl(instance, inputFileName, outFileName); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp147 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp428 … const JSPandaFile *jsPandaFile, std::string_view entryPoint) in InvokeEcmaAotEntrypoint()
477 …ue, bool> EcmaVM::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaEntrypoint()
Daot_file_manager.cpp526 std::string_view entryPoint) in SetAOTMainFuncEntry()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp103 CString entryPoint = in HostResolveImportedModuleWithMerge() local
947 std::string entryPoint; in ModuleExecution() local
Djs_module_manager.cpp622 …alue ModuleManager::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp109 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()