Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.cpp36 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/
Dmodule_path_helper.cpp47 …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 …]
Dnapi_module_loader.cpp131 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/
Djs_pandafile_executor.cpp78 …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()
215std::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
Dliteral_data_extractor.cpp32 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()
521const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass()
541const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
Djs_pandafile_manager.cpp54 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()
231std::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()
Dpanda_file_translator.cpp140 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/
Dmodule.cpp43 …JSTaggedValue> CheckEntryPointPreview(JSThread *thread, [[maybe_unused]] const CString &entryPoint) in CheckEntryPointPreview()
Dpandafile.cpp25 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
/arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/
Dparameter_check_test.cpp33 const std::string entryPoint = "parameter_check"; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dpandafile.cpp21 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dpandafile.cpp23 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
Dmodule.cpp59 …JSTaggedValue> CheckEntryPointPreview(JSThread *thread, [[maybe_unused]] const CString &entryPoint) in CheckEntryPointPreview()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmodule.cpp59 …JSTaggedValue> CheckEntryPointPreview(JSThread *thread, [[maybe_unused]] const CString &entryPoint) in CheckEntryPointPreview()
Dpandafile.cpp26 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dpandafile.cpp25 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp87 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/
Dtest_hooks.h62 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]] std::string_view entryPoint) ov… in LoadModule()
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_pt_hooks.cpp92 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp965 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()
1059std::string_view entryPoint) in ExtractLanguageContext()
1100std::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/
Dnotification_manager.h79 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
Djs_debugger.h132 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DUndefinedVariable.ts38 entryPoint: Stmt; property in UndefinedVariableChecker
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp178 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/
Dcpu_profiler_test.cpp178 std::string entryPoint = "cpuprofiler_1"; in HWTEST_F_L0() local

123