| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 24 CString entryPoint; in ConcatFileNameWithMerge() local 153 CString entryPoint = moduleRequestName; in ParsePrefixBundle() local 206 CString entryPoint; in MakeNewRecord() local 273 CString entryPoint; in FindOhpmEntryPoint() local 290 CString entryPoint; in FindPackageInTopLevelWithNamespace() local 331 CString entryPoint; in ParseOhpmPackage() local 362 CString entryPoint; in ParseThirdPartyPackage() local 393 CString entryPoint = ParseOhpmPackage(jsPandaFile, recordName, normalizeRequestName); in ParseThirdPartyPackage() local 431 CString entryPoint = ConfirmLoadingIndexOrNot(jsPandaFile, packageEntryPoint); in FindNpmEntryPoint() local 448 CString entryPoint; in FindPackageInTopLevel() local [all …]
|
| D | module_path_helper.h | 156 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
|
| D | module_data_extractor.cpp | 154 …oduleDataExtractor::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse()
|
| D | js_module_source_text.cpp | 129 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HostResolveImportedModuleWithMerge() local 1262 std::string entryPoint; in ModuleExecution() local 1804 std::string entryPoint; in ExecuteAsyncModule() local
|
| /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/jspandafile/ |
| D | literal_data_extractor.cpp | 38 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() 271 const CString &entryPoint, in DefineMethodInLiteral() 463 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
|
| D | js_pandafile_executor.cpp | 36 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromAbcFile() 119 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer() 226 … std::string_view entryPoint, bool excuteFromJob) in Execute() 258 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
|
| D | js_pandafile_manager.cpp | 47 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile() 123 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile() 167 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure() 211 std::string_view entryPoint) in GenerateProgram() 515 … const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile()
|
| D | panda_file_translator.cpp | 105 std::string_view entryPoint) in GenerateProgram() 228 const CString &entryPoint, in ParseFuncAndLiteralConstPool() 1509 const MethodLiteral *method, const CString &entryPoint) in TranslateBytecode()
|
| D | js_pandafile.cpp | 249 CString entryPoint; in GetEntryPoint() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
|
| /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/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.h | 123 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule()
|
| D | notification_manager.h | 69 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 941 static bool GetClassAndMethod(std::string_view entryPoint, PandaString *className, PandaString *met… in GetClassAndMethod() 962 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint() 1035 … std::string_view entryPoint) in ExtractLanguageContext() 1076 … std::string_view entryPoint) in CreateApplicationClassLinkerContext() 1128 …, Runtime::Error> Runtime::ExecutePandaFile(std::string_view filename, std::string_view entryPoint, in ExecutePandaFile() 1176 Expected<int, Runtime::Error> Runtime::Execute(std::string_view entryPoint, const std::vector<std::… in Execute()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 253 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint() 276 std::string_view entryPoint, JSHandle<JSFunction> &func) in CommonInvokeEcmaEntrypoint() 331 … std::string_view entryPoint, bool excuteFromJob) in InvokeEcmaEntrypoint() 354 const JSPandaFile *jsPandaFile, std::string_view entryPoint, bool excuteFromJob) in InvokeEcmaEntrypointForHotReload() 379 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 308 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local 340 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local 375 CString entryPoint = in HWTEST_F_L0() local 419 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0() local 462 CString entryPoint; in HWTEST_F_L0() local
|
| /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/runtime_core/static_core/runtime/include/ |
| D | method.h | 373 void SetCompiledEntryPoint(const void *entryPoint) in SetCompiledEntryPoint() 389 auto entryPoint = GetCompiledEntryPoint(); in HasCompiledCode() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | absint.cpp | 136 uint8_t const *entryPoint = nullptr; in VerifyEntryPoints() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 155 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 345 void Aarch32Encoder::MakeCall(const void *entryPoint) in MakeCall() 354 void Aarch32Encoder::MakeCall(MemRef entryPoint) in MakeCall() 1487 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall() 1530 void Aarch32Encoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool… in MakeLibCallWithFloatResult() 1568 void Aarch32Encoder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, boo… in MakeLibCallWithDoubleResult() 1607 void Aarch32Encoder::MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool… in MakeLibCallWithInt64Result() 1650 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src, void *entryPoint) in MakeLibCall()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 258 std::string_view entryPoint) in SetAOTMainFuncEntry()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 314 void Amd64Encoder::MakeCall(const void *entryPoint) in MakeCall() 326 void Amd64Encoder::MakeCall(MemRef entryPoint) in MakeCall() 2514 void Amd64Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint) in MakeLibCall()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 253 void Aarch64Encoder::MakeCall(const void *entryPoint) in MakeCall() 260 void Aarch64Encoder::MakeCall(MemRef entryPoint) in MakeCall() 2559 void Aarch64Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, const void *entryPoint) in MakeLibCall()
|