Home
last modified time | relevance | path

Searched defs:entryPoint (Results 1 – 25 of 35) 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.cpp39 …CString entryPoint = TranslateExpressionInputWithEts(thread, jsPandaFile, baseFileName, requestNam… in ConcatFileNameWithMerge() local
47 CString entryPoint = ParseThirdPartyPackage(jsPandaFile, recordName, requestName); in ConcatFileNameWithMerge() local
66 …CString entryPoint = ConcatImportFileNormalizedOhmurlWithRecordName(thread, jsPandaFile, baseFileN… in ConcatMergeFileNameToNormalized() local
86 CString entryPoint; in ConcatImportFileNormalizedOhmurlWithRecordName() local
335 CString entryPoint = moduleRequestName; in ParsePrefixBundle() local
413 CString entryPoint; in MakeNewRecord() local
479 CString entryPoint; in FindOhpmEntryPoint() local
495 CString entryPoint; in FindPackageInTopLevelWithNamespace() local
543 CString entryPoint; in ParseOhpmPackage() local
574 CString entryPoint; in ParseThirdPartyPackage() local
[all …]
Dnapi_module_loader.cpp61 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath() local
Dmodule_data_extractor.cpp157 …oduleDataExtractor::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
Dmodule_path_helper.h234 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
Djs_shared_module_manager.cpp252const CString &entryPoint, ClassKind classKind) in GenerateFuncModule()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp29 [[maybe_unused]] std::string_view entryPoint) in ParseAbcEntryPoint()
110 const CString &filename, std::string_view entryPoint, bool needUpdate, bool executeFromJob) in ExecuteFromAbsolutePathAbcFile()
122 std::string_view entryPoint, bool needUpdate, bool executeFromJob) in ExecuteFromAbcFile()
142 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer()
264std::string_view entryPoint, bool executeFromJob) in Execute()
321 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
446 size_t size, const CString &filename, const CString &entryPoint) in ExecuteSecureWithOhmUrl()
559 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in ExecuteAbcFileWithSingletonPatternFlag() local
606 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in IsExecuteModuleInAbcFile() local
Dliteral_data_extractor.cpp33 const CString &entryPoint) in ExtractObjectDatas()
131 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in GetDatasIgnoreTypeForClass()
145 const CString &entryPoint) in GetDatasIgnoreType()
152 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in EnumerateLiteralVals()
246 const CString &entryPoint, in DefineFunctionTemplate()
324 const CString &entryPoint, in DefineMethodInLiteral()
517const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass()
537const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
Djs_pandafile_manager.cpp44 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile()
130 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile()
177 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure()
227 std::string_view entryPoint) in GenerateProgram()
518 … const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile()
596 JSThread *thread, const CString &filename, std::string_view entryPoint) in GenerateJSPandafileFromBufferCache()
Dpanda_file_translator.cpp140 std::string_view entryPoint) in GenerateProgram()
279 const CString &entryPoint, in ParseFuncAndLiteralConstPool()
1574 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
Djs_pandafile.cpp274 CString entryPoint; in GetEntryPoint() local
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
/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/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.cpp943 static bool GetClassAndMethod(std::string_view entryPoint, PandaString *className, PandaString *met… in GetClassAndMethod()
964 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint()
1037std::string_view entryPoint) in ExtractLanguageContext()
1078std::string_view entryPoint) in CreateApplicationClassLinkerContext()
1130 …, Runtime::Error> Runtime::ExecutePandaFile(std::string_view filename, std::string_view entryPoint, in ExecutePandaFile()
1178 Expected<int, Runtime::Error> Runtime::Execute(std::string_view entryPoint, const std::vector<std::… in Execute()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp161 auto entryPoint = const_cast<uint8_t *>(codeInfo.GetCode()); in GetEntryPoint() local
214 …auto entryPoint = GetEntryPoint(graph, method, name, isOsr, codeAllocator, gdbDebugInfoAllocator, … in CheckCompilation() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp278 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint()
301 std::string_view entryPoint, JSHandle<JSFunction> &func, bool executeFromJob) in CommonInvokeEcmaEntrypoint()
377std::string_view entryPoint, bool executeFromJob) in InvokeEcmaEntrypoint()
413 const JSPandaFile *jsPandaFile, std::string_view entryPoint, bool executeFromJob) in InvokeEcmaEntrypointForHotReload()
438 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_snapshot_test.cpp120 std::string entryPoint = "heap_snapshot"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp683 void Aarch32Encoder::MakeCall(const void *entryPoint) in MakeCall()
692 void Aarch32Encoder::MakeCall(MemRef entryPoint) in MakeCall()
1841 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall()
1884 void Aarch32Encoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool… in MakeLibCallWithFloatResult()
1922 void Aarch32Encoder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, boo… in MakeLibCallWithDoubleResult()
1961 void Aarch32Encoder::MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool… in MakeLibCallWithInt64Result()
2004 void Aarch32Encoder::MakeLibCallFromScalarToFloat(Reg dst, Reg src, void *entryPoint) in MakeLibCallFromScalarToFloat()
2037 void Aarch32Encoder::MakeLibCallFromFloatToScalar(Reg dst, Reg src, void *entryPoint) in MakeLibCallFromFloatToScalar()
2068 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src, void *entryPoint) in MakeLibCall()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp136 uint8_t const *entryPoint = nullptr; in VerifyEntryPoints() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h383 void SetCompiledEntryPoint(const void *entryPoint) in SetCompiledEntryPoint()
399 auto entryPoint = GetCompiledEntryPoint(); in HasCompiledCode() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp200 Expected<Method *, char const *> ResolveEntryPoint(InteropCtx *ctx, std::string_view entryPoint) in ResolveEntryPoint()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp483 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local
515 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local
550 CString entryPoint = in HWTEST_F_L0() local
595 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HWTEST_F_L0() local
644 CString entryPoint; in HWTEST_F_L0() local
951 CString entryPoint = "com.example.myapplication/hsp/ets/pages/Index"; in HWTEST_F_L0() local
1372 CString entryPoint = "ENTRY_MAIN_FUNCTION"; in HWTEST_F_L0() local

12