Home
last modified time | relevance | path

Searched defs:moduleName (Results 1 – 25 of 116) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/resources/
DsdkConfig.json6 "moduleName": "" string
11 "moduleName": "" string
16 "moduleName": "" string
21 "moduleName": "" string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-version-update/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "module", string
28 "moduleName": "module", string
37 "moduleName": "", string
46 "moduleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-version-update/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "module", string
28 "moduleName": "module", string
37 "moduleName": "", string
46 "moduleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "", string
28 "moduleName": "", string
37 "moduleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-test-project/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "", string
28 "moduleName": "", string
37 "moduleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "", string
28 "moduleName": "", string
37 "moduleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "", string
28 "moduleName": "", string
37 "moduleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-dependency-resolve/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "", string
28 "moduleName": "", string
37 "moduleName": "", string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/
Dani_gtest_tuple_ops.h25 ani_tuple_value GetTupleWithCheck(std::string_view moduleName, std::string_view tupleGetterName) in GetTupleWithCheck()
33 …void GetTupleWithCheckImpl(std::string_view moduleName, std::string_view tupleGetterName, ani_tupl… in GetTupleWithCheckImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/native/
DSamplerAniTest.cpp55 static const char *moduleName = "LSamplerAniTest;"; in NativeANISlowFunction() local
80 static const char *moduleName = "LSamplerAniTest;"; in NativeANIFastFunction() local
115 static const char *moduleName = "LSamplerAniTest;"; in ANI_Constructor() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp177 … CString moduleName = inputFileName.substr(BUNDLE_INSTALL_PATH_LEN, pos - BUNDLE_INSTALL_PATH_LEN); in ParseAbcPathAndOhmUrl() local
227 …odulePathHelper::ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &moduleName) in ConcatHspFileNameCrossBundle()
233 CString ModulePathHelper::ConcatHspFileName(const CString &moduleName) in ConcatHspFileName()
263 CString moduleName = oldEntryPoint.substr(pos + 1, pathPos - pos - 1); in TransformToNormalizedOhmUrl() local
308 CString moduleName = vec[1]; in ParseUrl() local
343 CString moduleName = vec[1]; in ParsePrefixBundle() local
361 const CString& moduleName = res[NORMALIZED_MODULE_NAME_INDEX]; in ParseNormalizedOhmUrl() local
490 CString moduleName = vec[1]; in FindPackageInTopLevelWithNamespace() local
724 CString moduleName; in GetModuleNameWithBaseFile() local
751 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts() local
[all …]
Djs_module_deregister.cpp64 void ModuleDeregister::ReviseLoadedModuleCount(JSThread *thread, const CString &moduleName) in ReviseLoadedModuleCount()
111 CString moduleName = in IncreaseRegisterCounts() local
149 CString moduleName = in DecreaseRegisterCounts() local
Dmodule_path_helper.h290 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleName() local
309 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleNameWithNormalizedName() local
349 inline static CString ConcatPandaFilePath(const CString &moduleName) in ConcatPandaFilePath()
357 inline static CString GetBundleNameFromNormalized(const EcmaVM *vm, const CString &moduleName) in GetBundleNameFromNormalized()
371 inline static CString GetNormalizedPathFromOhmUrl(const CString &moduleName) in GetNormalizedPathFromOhmUrl()
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h47 inline static void DeleteNamespace(CString &moduleName) in DeleteNamespace()
60 inline static CString GetHarName(const CString &moduleName) in GetHarName()
/arkcompiler/runtime_core/taihe/test/ani_bundlemanager/author/src/
DelementName.impl.cpp30 string moduleName = ""; member in __anon33c095a70111::ElementNameImpl
57 void SetMundleName(string_view moduleName) in SetMundleName()
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module.js32 let moduleName = 'default'; variable
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DarktsConfigGenerate.ts43 const moduleConfig = allBuildConfig[moduleName] as BuildConfig; constant
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/
Dbuild_config.json26 "moduleName": "static_har", string
36 "moduleName": "dynamic_har", string
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_hap/
Dbuild_config.json30 "moduleName": "harA", string
39 "moduleName": "harB", string
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_preload_app_info.h34 …static std::string GetPreloadAOTFileName(const std::string &hapPath, const std::string &moduleName) in GetPreloadAOTFileName()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/jitinterface/
Dstring_tlab_repeat.cpp45 static const char *moduleName = "Lstring_tlab_repeat;"; in ANI_Constructor() local
Djit_interface.cpp45 static const char *moduleName = "Lstring_tlab_allocations;"; in ANI_Constructor() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmodule.cpp28 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/asm/
DSamplerAsmTest.cpp60 static const char *moduleName = "LSamplerAsmTest;"; in ANI_Constructor() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/
Dunsafe_memory.cpp45 static const char *moduleName = "Lunsafe_memory;"; in ANI_Constructor() local

12345