Home
last modified time | relevance | path

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

12

/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
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 …]
Dnapi_module_loader.cpp109 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/
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) 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
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()
245 const CString &entryPoint, in DefineFunctionTemplate()
325 const CString &entryPoint, in DefineMethodInLiteral()
521const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass()
541const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
Djs_pandafile_manager.cpp50 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/
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/toolchain/tooling/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/backend/
Djs_pt_hooks.cpp80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.h125 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
Dnotification_manager.h70 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp952 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()
1046std::string_view entryPoint) in ExtractLanguageContext()
1087std::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/
Decma_context.cpp225 … 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/
Dcompile_method.cpp177 auto entryPoint = const_cast<uint8_t *>(codeInfo.GetCode()); in GetEntryPoint() local
245 auto entryPoint = in CheckCompilation() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_snapshot_test.cpp120 std::string entryPoint = "heap_snapshot"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
Dcpu_profiler_test.cpp178 std::string entryPoint = "cpuprofiler_1"; in HWTEST_F_L0() local

12