| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.cpp | 36 void AssemblyPrinter<aarch32::Aarch32Encoder>::MakeCall(const void *entryPoint) in MakeCall() 58 void AssemblyPrinter<aarch64::Aarch64Encoder>::MakeCall(const void *entryPoint) in MakeCall() 80 void AssemblyPrinter<amd64::Amd64Encoder>::MakeCall(const void *entryPoint) in MakeCall()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 47 …CString entryPoint = TranslateExpressionInputWithEts(thread, jsPandaFile, baseFileName, requestNam… in ConcatFileNameWithMerge() local 55 CString entryPoint = ParseThirdPartyPackage(jsPandaFile, recordName, requestName); in ConcatFileNameWithMerge() local 73 …CString entryPoint = ConcatImportFileNormalizedOhmurlWithRecordName(thread, jsPandaFile, baseFileN… in ConcatMergeFileNameToNormalized() local 94 CString entryPoint; in ConcatImportFileNormalizedOhmurlWithRecordName() local 336 CString entryPoint = moduleRequestName; in ParsePrefixBundle() local 388 CString entryPoint; in MakeNewRecord() local 457 CString entryPoint; in FindOhpmEntryPoint() local 474 CString entryPoint; in FindPackageInTopLevelWithNamespace() local 533 CString entryPoint = FindOhpmEntryPoint(jsPandaFile, ohpmPath, requestName); in ParseOhpmPackage() local 559 CString entryPoint = FindNpmEntryPoint(jsPandaFile, key); in ParseThirdPartyPackage() local [all …]
|
| D | napi_module_loader.cpp | 109 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath() local 116 JSThread *thread, const CString &entryPoint, const CString &abcFilePath) in LoadModuleNameSpaceFromFile() 142 …le<JSTaggedValue> NapiModuleLoader::GetModuleNameSpace(JSThread *thread, const CString &entryPoint, in GetModuleNameSpace()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 78 …const CString &filename, std::string_view entryPoint, bool needUpdate, const ExecuteTypes &execute… in ExecuteFromAbsolutePathAbcFile() 90 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in ExecuteFromAbcFile() 110 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer() 215 … std::string_view entryPoint, const ExecuteTypes &executeType) in Execute() 265 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure() 376 size_t size, const CString &filename, const CString &entryPoint) in ExecuteSecureWithOhmUrl() 484 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in ExecuteAbcFileWithSingletonPatternFlag() local 528 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in IsExecuteModuleInAbcFile() local
|
| D | literal_data_extractor.cpp | 32 const CString &entryPoint) in ExtractObjectDatas() 130 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in GetDatasIgnoreTypeForClass() 144 const CString &entryPoint) in GetDatasIgnoreType() 151 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in EnumerateLiteralVals() 245 const CString &entryPoint, in DefineFunctionTemplate() 325 const CString &entryPoint, in DefineMethodInLiteral() 521 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass() 541 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
|
| D | js_pandafile_manager.cpp | 50 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in LoadJSPandaFile() 133 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile() 175 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure() 220 std::string_view entryPoint) in GenerateProgram() 511 … const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile() 589 JSThread *thread, const CString &filename, std::string_view entryPoint) in GenerateJSPandafileFromBufferCache()
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | module.cpp | 43 …JSTaggedValue> CheckEntryPointPreview(JSThread *thread, [[maybe_unused]] const CString &entryPoint) in CheckEntryPointPreview()
|
| D | pandafile.cpp | 25 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/ |
| D | parameter_check_test.cpp | 33 const std::string entryPoint = "parameter_check"; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | pandafile.cpp | 21 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | pandafile.cpp | 23 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
|
| D | module.cpp | 59 …JSTaggedValue> CheckEntryPointPreview(JSThread *thread, [[maybe_unused]] const CString &entryPoint) in CheckEntryPointPreview()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | module.cpp | 59 …JSTaggedValue> CheckEntryPointPreview(JSThread *thread, [[maybe_unused]] const CString &entryPoint) in CheckEntryPointPreview()
|
| D | pandafile.cpp | 26 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | pandafile.cpp | 25 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
|
| /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/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.h | 125 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
|
| D | notification_manager.h | 70 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 952 static bool GetClassAndMethod(std::string_view entryPoint, PandaString *className, PandaString *met… in GetClassAndMethod() 973 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint() 1046 … std::string_view entryPoint) in ExtractLanguageContext() 1087 … std::string_view entryPoint) in CreateApplicationClassLinkerContext() 1139 …, Runtime::Error> Runtime::ExecutePandaFile(std::string_view filename, std::string_view entryPoint, in ExecutePandaFile() 1187 Expected<int, Runtime::Error> Runtime::Execute(std::string_view entryPoint, const std::vector<std::… in Execute()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 225 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint() 248 std::string_view entryPoint, JSHandle<JSFunction> &func, const ExecuteTypes &executeType) in CommonInvokeEcmaEntrypoint() 337 std::string_view entryPoint, in InvokeEcmaEntrypoint() 363 const JSPandaFile *jsPandaFile, std::string_view entryPoint, const ExecuteTypes &executeType) in InvokeEcmaEntrypointForHotReload() 388 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 177 auto entryPoint = const_cast<uint8_t *>(codeInfo.GetCode()); in GetEntryPoint() local 245 auto entryPoint = in CheckCompilation() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_snapshot_test.cpp | 120 std::string entryPoint = "heap_snapshot"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
| D | cpu_profiler_test.cpp | 178 std::string entryPoint = "cpuprofiler_1"; in HWTEST_F_L0() local
|