Home
last modified time | relevance | path

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

123

/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-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-dependency-resolve/
DcompileContextInfo.json10 "moduleName": "", string
19 "moduleName": "", string
28 "moduleName": "", string
37 "moduleName": "", string
/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
310 CString moduleName = vec[1]; in ParseUrl() local
345 CString moduleName = vec[1]; in ParsePrefixBundle() local
363 const CString& moduleName = res[NORMALIZED_MODULE_NAME_INDEX]; in ParseNormalizedOhmUrl() local
492 CString moduleName = vec[1]; in FindPackageInTopLevelWithNamespace() local
726 CString moduleName; in GetModuleNameWithBaseFile() local
753 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts() local
[all …]
Djs_module_deregister.cpp62 void ModuleDeregister::ReviseLoadedModuleCount(JSThread *thread, const CString &moduleName) in ReviseLoadedModuleCount()
108 CString moduleName = in IncreaseRegisterCounts() local
145 CString moduleName = in DecreaseRegisterCounts() local
Dmodule_path_helper.h275 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleName() local
294 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleNameWithNormalizedName() local
334 inline static CString ConcatPandaFilePath(const CString &moduleName) in ConcatPandaFilePath()
342 inline static CString GetBundleNameFromNormalized(const EcmaVM *vm, const CString &moduleName) in GetBundleNameFromNormalized()
356 inline static CString GetNormalizedPathFromOhmUrl(const CString &moduleName) in GetNormalizedPathFromOhmUrl()
Dnapi_module_loader.cpp51 const CString& moduleName, CString& abcFilePath) in LoadModuleNameSpace()
75 CString moduleName = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpace() local
Djs_shared_module.cpp57 CString moduleName = SourceTextModule::GetModuleName(resolvedModule.GetTaggedValue()); in CloneRecordIndexBinding() local
75 CString moduleName = SourceTextModule::GetModuleName(resolvedModule.GetTaggedValue()); in CloneRecordNameBinding() local
/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/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module.js32 let moduleName = 'default'; variable
/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/ets_runtime/ecmascript/platform/common/
Dmodule.cpp28 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dmodule.cpp39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmodule.cpp39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DdebugInfoStorage.h49 std::string_view moduleName; member
Dhelpers.cpp306 …ExternalProgram(parser::Program *program, parser::Program *extProgram, std::string_view moduleName) in AddExternalProgram()
328 std::string_view moduleName; in SplitRecordName() local
DentityDeclarator.cpp78 …auto moduleName = debugInfoPlugin_.GetDebugInfoStorage()->GetModuleName(pathToDeclSourceFile.Utf8(… in CreateIrImport() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp94 const auto &moduleName = recordTable_->program_->ModuleName(); in FormRecordName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp182 const std::string& moduleName, in RequestAot()
289 void PGOProfilerManager::SetModuleName(const std::string& moduleName) in SetModuleName()
466 bool PGOProfilerManager::ResetOutPathByModuleName(const std::string& moduleName) in ResetOutPathByModuleName()
512 void PGOProfilerManager::PostResetOutPathTask(const std::string& moduleName) in PostResetOutPathTask()
Dpgo_profiler_manager.h122 …ResetOutPathTask(std::string moduleName, int32_t id): Task(id), moduleName_(std::move(moduleName))… in ResetOutPathTask()
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
Dprof_dump_json.cpp39 std::string moduleName(recordPool->GetName(iter->first)); in ConvertApToJson() local
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h273 : moduleName(name), isPackageModule(isPackage), omitModuleName(omitName) in moduleName() function
278 util::StringView moduleName; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp39 std::string moduleName = module.GetFileName(); in LiteCG() local
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp388 auto moduleName = Relative(moduleAbsPath, fs::current_path()).string(); in FillRequestIdxSection() local
554 std::string moduleName = name.substr(0, dotPos); in GetParentKindAndName() local
604 std::string moduleName = pandasm::GetOwnerName(functionName); in CreateNamespace() local
664 std::string moduleName = pandasm::GetOwnerName(functionName); in CreateClass() local
733 std::string moduleName = pandasm::GetOwnerName(recName); in CreateAnnotationInterface() local
816 std::string moduleName = pandasm::GetOwnerName(functionName); in CreateFunction() local
974 auto moduleName = std::get<std::string>(literalArr->literals_[requestIdx + 1].value_); in ResolveUnfoundModule() local

123