| /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 | 39 …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 …]
|
| D | napi_module_loader.cpp | 61 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath() local
|
| D | module_data_extractor.cpp | 157 …oduleDataExtractor::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
|
| D | module_path_helper.h | 229 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
|
| D | js_shared_module_manager.cpp | 252 … const CString &entryPoint, ClassKind classKind) in GenerateFuncModule()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 29 [[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() 264 … std::string_view entryPoint, bool executeFromJob) in Execute() 321 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure() 523 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in ExecuteAbcFileWithSingletonPatternFlag() local 570 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in IsExecuteModuleInAbcFile() local
|
| D | literal_data_extractor.cpp | 33 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() 517 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass() 537 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
|
| D | js_pandafile_manager.cpp | 44 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()
|
| D | panda_file_translator.cpp | 140 std::string_view entryPoint) in GenerateProgram() 279 const CString &entryPoint, in ParseFuncAndLiteralConstPool() 1574 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
|
| D | js_pandafile.cpp | 274 CString entryPoint; in GetEntryPoint() local
|
| /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 | 943 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() 1037 … std::string_view entryPoint) in ExtractLanguageContext() 1078 … std::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/ |
| D | compile_method.cpp | 161 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/ |
| D | ecma_context.cpp | 278 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint() 301 std::string_view entryPoint, JSHandle<JSFunction> &func, bool executeFromJob) in CommonInvokeEcmaEntrypoint() 377 … std::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/ |
| D | heap_snapshot_test.cpp | 120 std::string entryPoint = "heap_snapshot"; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 683 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/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | absint.cpp | 136 uint8_t const *entryPoint = nullptr; in VerifyEntryPoints() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 383 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/ |
| D | call_ets.cpp | 200 Expected<Method *, char const *> ResolveEntryPoint(InteropCtx *ctx, std::string_view entryPoint) in ResolveEntryPoint()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 483 …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
|