Home
last modified time | relevance | path

Searched defs:entryPoint (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.cpp36 void AssemblyPrinter<aarch32::Aarch32Encoder>::MakeCall(const void *entryPoint) in MakeCall() argument
38 *str_ << "blx " << std::hex << entryPoint << "\n"; in MakeCall() local
58 void AssemblyPrinter<aarch64::Aarch64Encoder>::MakeCall(const void *entryPoint) in MakeCall() argument
60 *str_ << "bl " << std::hex << entryPoint << "\n"; in MakeCall() local
80 void AssemblyPrinter<amd64::Amd64Encoder>::MakeCall(const void *entryPoint) in MakeCall() argument
82 *str_ << "callq " << std::hex << entryPoint << "@plt\n"; in MakeCall() local
/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Dnapi_module_loader.cpp58 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath() local
[all...]
H A Djs_shared_module_manager.cpp251 GenerateFuncModule(JSThread *thread, const JSPandaFile *jsPandaFile, const CString &entryPoint, ClassKind classKind) GenerateFuncModule() argument
H A Dmodule_data_extractor.cpp157 JSTaggedValue ModuleDataExtractor::JsonParse(JSThread *thread, const JSPandaFile *jsPandaFile, CString entryPoint) in JsonParse() argument
H A Djs_module_manager.cpp838 CString entryPoint = JSPandaFile::ENTRY_FUNCTION_NAME; in ExecuteCjsModule() local
H A Dmodule_path_helper.h235 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot() local
H A Dmodule_path_helper.cpp39 CString entryPoint = TranslateExpressionInputWithEts(thread, jsPandaFile, baseFileName, requestName); in ConcatFileNameWithMerge() local
47 CString entryPoint = ParseThirdPartyPackage(jsPandaFile, recordName, requestName); in ConcatFileNameWithMerge() local
66 CString entryPoint in ConcatMergeFileNameToNormalized() local
86 CString entryPoint; ConcatImportFileNormalizedOhmurlWithRecordName() local
335 CString entryPoint = moduleRequestName; ParsePrefixBundle() local
413 CString entryPoint; MakeNewRecord() local
479 CString entryPoint; FindOhpmEntryPoint() local
495 CString entryPoint; FindPackageInTopLevelWithNamespace() local
543 CString entryPoint; ParseOhpmPackage() local
574 CString entryPoint; ParseThirdPartyPackage() local
607 CString entryPoint = ParseOhpmPackage(jsPandaFile, recordName, normalizeRequestName); ParseThirdPartyPackage() local
639 CString entryPoint = ConfirmLoadingIndexOrNot(jsPandaFile, packageEntryPoint); FindNpmEntryPoint() local
656 CString entryPoint; FindPackageInTopLevel() local
774 CString entryPoint; TranslateExpressionInputWithEts() local
928 CString entryPoint = ConcatImportFileNormalizedOhmurlWithRecordName(thread, jsPandaFile, baseFileName, TranslateExpressionToNormalized() local
[all...]
H A Djs_module_source_text.cpp111 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HostResolveImportedModuleWithMerge() local
1291 std::string entryPoint; in ModuleExecution() local
1828 std::string entryPoint; in ExecuteAsyncModule() local
[all...]
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp136 uint8_t const *entryPoint = nullptr; in VerifyEntryPoints() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dcpu_profiler_test.cpp178 std::string entryPoint = "cpuprofiler_1"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp28 ParseAbcEntryPoint(JSThread *thread, const CString &filename, [[maybe_unused]] std::string_view entryPoint) ParseAbcEntryPoint() argument
109 ExecuteFromAbsolutePathAbcFile(JSThread *thread, const CString &filename, std::string_view entryPoint, bool needUpdate, bool executeFromJob) ExecuteFromAbsolutePathAbcFile() argument
121 ExecuteFromAbcFile(JSThread *thread, const CString &filename, std::string_view entryPoint, bool needUpdate, bool executeFromJob) ExecuteFromAbcFile() argument
141 ExecuteFromBuffer(JSThread *thread, const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate, bool executeFromJob) ExecuteFromBuffer() argument
263 Execute(JSThread *thread, const JSPandaFile *jsPandaFile, std::string_view entryPoint, bool executeFromJob) Execute() argument
320 ExecuteFromBufferSecure(JSThread *thread, uint8_t *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) ExecuteFromBufferSecure() argument
445 ExecuteSecureWithOhmUrl(JSThread *thread, uint8_t *buffer, size_t size, const CString &filename, const CString &entryPoint) ExecuteSecureWithOhmUrl() argument
449 ", entryPoint:" << entryPoint; ExecuteSecureWithOhmUrl() local
559 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), ExecuteAbcFileWithSingletonPatternFlag() local
606 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), IsExecuteModuleInAbcFile() local
[all...]
H A Dliteral_data_extractor.cpp29 ExtractObjectDatas(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSMutableHandle<TaggedArray> elements, JSMutableHandle<TaggedArray> properties, JSHandle<ConstantPool> constpool, const CString &entryPoint) ExtractObjectDatas() argument
130 GetDatasIgnoreTypeForClass(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) GetDatasIgnoreTypeForClass() argument
143 GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) GetDatasIgnoreType() argument
151 EnumerateLiteralVals(JSThread *thread, LiteralDataAccessor &lda, const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) EnumerateLiteralVals() argument
241 DefineFunctionTemplate(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineFunctionTemplate() argument
321 DefineMethodInLiteral(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineMethodInLiteral() argument
516 GetDatasIgnoreTypeForClass(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreTypeForClass() argument
536 GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreType() argument
[all...]
H A Djs_pandafile.cpp274 CString entryPoint; in GetEntryPoint() local
[all...]
H A Djs_pandafile_manager.cpp43 LoadJSPandaFile(JSThread *thread, const CString &filename, std::string_view entryPoint, bool needUpdate) LoadJSPandaFile() argument
129 LoadJSPandaFile(JSThread *thread, const CString &filename, std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) LoadJSPandaFile() argument
181 LoadJSPandaFileSecure(JSThread *thread, const CString &filename, std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) LoadJSPandaFileSecure() argument
231 GenerateProgram(EcmaVM *vm, const JSPandaFile *jsPandaFile, std::string_view entryPoint) GenerateProgram() argument
522 GenerateJSPandaFile(JSThread *thread, const panda_file::File *pf, const CString &desc, std::string_view entryPoint) GenerateJSPandaFile() argument
600 GenerateJSPandafileFromBufferCache( JSThread *thread, const CString &filename, std::string_view entryPoint) GenerateJSPandafileFromBufferCache() argument
[all...]
H A Dpanda_file_translator.cpp139 GenerateProgram(EcmaVM *vm, const JSPandaFile *jsPandaFile, std::string_view entryPoint) GenerateProgram() argument
278 ParseFuncAndLiteralConstPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, const CString &entryPoint, JSHandle<ConstantPool> sconstpool, JSHandle<ConstantPool> constpool) ParseFuncAndLiteralConstPool() argument
1573 TranslateBytecode(JSPandaFile *jsPandaFile, uint32_t insSz, const uint8_t *insArr, const MethodLiteral *method, const CString &entryPoint) TranslateBytecode() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp177 auto entryPoint = const_cast<uint8_t *>(codeInfo.GetCode()); in GetEntryPoint() local
245 auto entryPoint = in CheckCompilation() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp200 Expected<Method *, char const *> ResolveEntryPoint(InteropCtx *ctx, std::string_view entryPoint) in ResolveEntryPoint() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h383 void SetCompiledEntryPoint(const void *entryPoint) in SetCompiledEntryPoint() argument
399 auto entryPoint = GetCompiledEntryPoint(); in HasCompiledCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp344 SetAOTMainFuncEntry(JSHandle<JSFunction> mainFunc, const JSPandaFile *jsPandaFile, std::string_view entryPoint) SetAOTMainFuncEntry() argument
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp310 CString entryPoint = ModulePathHelper::ReformatPath(requestPath); in HWTEST_F_L0() local
356 CString entryPoint = ModulePathHelper::MakeNewRecord(thread, pf.get(), baseFilename, moduleRecordName, in HWTEST_F_L0() local
389 CString entryPoint = ModulePathHelper::FindPackageInTopLevelWithNamespace( HWTEST_F_L0() local
391 EXPECT_EQ(CString(), entryPoint); HWTEST_F_L0() local
397 EXPECT_EQ(CString(), entryPoint); HWTEST_F_L0() local
403 EXPECT_EQ(CString(), entryPoint); HWTEST_F_L0() local
426 CString entryPoint = ModulePathHelper::ParseOhpmPackage(pf.get(), moduleRecordName, moduleRequestName); HWTEST_F_L0() local
427 EXPECT_EQ(CString(), entryPoint); HWTEST_F_L0() local
438 EXPECT_EQ(CString(), entryPoint); HWTEST_F_L0() local
466 CString entryPoint = ModulePathHelper::FindPackageInTopLevel(pf.get(), moduleRequestName, packagePath); HWTEST_F_L0() local
753 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, moduleRecordName, HWTEST_F_L0() local
785 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, moduleRecordName, HWTEST_F_L0() local
820 CString entryPoint = HWTEST_F_L0() local
865 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( HWTEST_F_L0() local
914 CString entryPoint; HWTEST_F_L0() local
1743 CString entryPoint = "ENTRY_MAIN_FUNCTION"; HWTEST_F_L0() local
1767 CString entryPoint = "com.example.myapplication/hsp/ets/pages/Index"; HWTEST_F_L0() local
1777 CString entryPoint = "com.example.myapplication/entry@har/ets/pages/Index"; HWTEST_F_L0() local
2250 CString entryPoint = ModulePathHelper::ConcatMergeFileNameToNormalized(thread, pf.get(), baseFilename, recordName, HWTEST_F_L0() local
2286 CString entryPoint = ModulePathHelper::ConcatImportFileNormalizedOhmurlWithRecordName(thread, pf.get(), HWTEST_F_L0() local
2288 EXPECT_EQ(CString(), entryPoint); HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp678 void Encoder::MakeCall([[maybe_unused]] const void *entryPoint) in MakeCall() argument
688 void Encoder::MakeCall([[maybe_unused]] compiler::MemRef entryPoint) in MakeCall() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp952 static bool GetClassAndMethod(std::string_view entryPoint, PandaString *className, PandaString *methodName) in GetClassAndMethod() argument
973 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint() argument
1045 ExtractLanguageContext(const panda_file::File *pf, std::string_view entryPoint) ExtractLanguageContext() argument
1086 CreateApplicationClassLinkerContext(std::string_view filename, std::string_view entryPoint) CreateApplicationClassLinkerContext() argument
1139 ExecutePandaFile(std::string_view filename, std::string_view entryPoint, const std::vector<std::string> &args) ExecutePandaFile() argument
1187 Execute(std::string_view entryPoint, const std::vector<std::string> &args) Execute() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp834 GenerateFuncFromBuffer(const EcmaVM *ecmaVm, const void *buffer, size_t size, std::string_view entryPoint) GenerateFuncFromBuffer() argument

Completed in 34 milliseconds

12