| /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 334 CString entryPoint = moduleRequestName; in ParsePrefixBundle() local 386 CString entryPoint; in MakeNewRecord() local 455 CString entryPoint; in FindOhpmEntryPoint() local 472 CString entryPoint; in FindPackageInTopLevelWithNamespace() local 531 CString entryPoint = FindOhpmEntryPoint(jsPandaFile, ohpmPath, requestName); in ParseOhpmPackage() local 557 CString entryPoint = FindNpmEntryPoint(jsPandaFile, key); in ParseThirdPartyPackage() local [all …]
|
| D | napi_module_loader.cpp | 131 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath() local 139 JSThread *thread, const CString &entryPoint, const CString &abcFilePath) in LoadModuleNameSpaceFromFile() 169 …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, void *fileMapp… in ExecuteFromBufferSecure() 376 size_t size, const CString &filename, const CString &entryPoint) in ExecuteSecureWithOhmUrl() 485 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in ExecuteAbcFileWithSingletonPatternFlag() local 529 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() 246 const CString &entryPoint, in DefineFunctionTemplate() 326 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 | 54 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in LoadJSPandaFile() 144 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile() 186 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate, void *fileMapper) in LoadJSPandaFileSecure() 231 … std::string_view entryPoint) in LoadInsecureJSPandaFile() 244 std::string_view entryPoint) in GenerateProgram() 523 … const CString &desc, std::string_view entryPoint, in GenerateJSPandaFile() 611 JSThread *thread, const CString &filename, std::string_view entryPoint) in GenerateJSPandafileFromBufferCache()
|
| D | panda_file_translator.cpp | 140 std::string_view entryPoint) in GenerateProgram() 277 const CString &entryPoint, in ParseFuncAndLiteralConstPool() 1572 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
|
| /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/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| D | js_proxy.cpp | 87 static void InitProxyMethod(Class *cls, Method *src, Method *proxy, void *entryPoint) in InitProxyMethod() 99 static Span<Method> BuildProxyMethods(Class *cls, Span<Method *> targetMethods, void *entryPoint) in BuildProxyMethods()
|
| /arkcompiler/toolchain/tooling/dynamic/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/dynamic/backend/ |
| D | js_pt_hooks.cpp | 92 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 965 static bool GetClassAndMethod(std::string_view entryPoint, PandaString *className, PandaString *met… in GetClassAndMethod() 986 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint() 1059 … std::string_view entryPoint) in ExtractLanguageContext() 1100 … std::string_view entryPoint) in CreateApplicationClassLinkerContext() 1158 …, Runtime::Error> Runtime::ExecutePandaFile(std::string_view filename, std::string_view entryPoint, in ExecutePandaFile() 1206 Expected<int, Runtime::Error> Runtime::Execute(std::string_view entryPoint, const std::vector<std::… in Execute()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | notification_manager.h | 79 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
|
| D | js_debugger.h | 132 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/ |
| D | UndefinedVariable.ts | 38 entryPoint: Stmt; property in UndefinedVariableChecker
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 178 auto entryPoint = const_cast<uint8_t *>(codeInfo.GetCode()); in GetEntryPoint() local 246 auto entryPoint = in CheckCompilation() 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
|