| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 139 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/ |
| D | js_pandafile_executor.cpp | 30 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() 194 … std::string_view entryPoint, bool excuteFromJob) in Execute()
|
| D | js_pandafile_manager.cpp | 55 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()
|
| D | literal_data_extractor.cpp | 35 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()
|
| D | panda_file_translator.cpp | 108 std::string_view entryPoint) in GenerateProgram() 229 const CString &entryPoint, in ParseFuncAndLiteralConstPool() 1507 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
|
| D | js_pandafile.cpp | 262 CString entryPoint = GetNpmEntries(recordName); in GetEntryPoint() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | notification_manager.h | 58 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
|
| D | js_debugger.h | 123 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
|
| D | debugger_api.cpp | 413 size_t size, std::string_view entryPoint) in GenerateFuncFromBuffer()
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 62 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_hooks.h | 54 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]]std::string_view entryPoint) ove… in LoadModule()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 302 …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/ |
| D | builtins_promise_job.cpp | 147 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 428 … const JSPandaFile *jsPandaFile, std::string_view entryPoint) in InvokeEcmaAotEntrypoint() 477 …ue, bool> EcmaVM::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaEntrypoint()
|
| D | aot_file_manager.cpp | 526 std::string_view entryPoint) in SetAOTMainFuncEntry()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 103 CString entryPoint = in HostResolveImportedModuleWithMerge() local 947 std::string entryPoint; in ModuleExecution() local
|
| D | js_module_manager.cpp | 622 …alue ModuleManager::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 109 CString entryPoint = in ResolveImportType() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 63 …pl::NotifyScriptParsed(ScriptId scriptId, const std::string &fileName, std::string_view entryPoint) in NotifyScriptParsed()
|