/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_path_helper.cpp | 24 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
|
D | js_dynamic_import.cpp | 39 CString entryPoint = PathHelper::GetStrippedModuleName(requestPath); in ExecuteNativeModule() local
|
D | module_path_helper.h | 148 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
|
D | module_data_extractor.cpp | 151 …oduleDataExtractor::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
|
D | js_module_source_text.cpp | 108 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HostResolveImportedModuleWithMerge() local 1071 std::string entryPoint; in ModuleExecution() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | literal_data_extractor.cpp | 37 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()
|
D | js_pandafile_manager.cpp | 44 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()
|
D | js_pandafile_executor.cpp | 33 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() 219 … std::string_view entryPoint, bool excuteFromJob) in Execute() 248 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
|
D | panda_file_translator.cpp | 104 std::string_view entryPoint) in GenerateProgram() 224 const CString &entryPoint, in ParseFuncAndLiteralConstPool() 1505 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
|
D | js_pandafile.cpp | 244 CString entryPoint = GetNpmEntries(recordName); in GetEntryPoint() local
|
/arkcompiler/toolchain/tooling/backend/ |
D | js_pt_hooks.cpp | 70 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | notification_manager.h | 61 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 | 761 size_t size, std::string_view entryPoint) in GenerateFuncFromBuffer()
|
/arkcompiler/toolchain/tooling/test/utils/ |
D | test_hooks.h | 62 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]] std::string_view entryPoint) ov… in LoadModule()
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 308 …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/ |
D | ecma_context.cpp | 219 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint() 242 … std::string_view entryPoint, bool excuteFromJob) in InvokeEcmaEntrypoint() 310 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
|
D | js_function.cpp | 321 JSHandle<JSTaggedValue> &thisArg, std::string_view entryPoint, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 153 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_manager.cpp | 200 std::string_view entryPoint) in SetAOTMainFuncEntry()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 696 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile_, in CollectRecordExportInfo() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 153 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()
|