Home
last modified time | relevance | path

Searched defs:pkgName (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerImpl.cpp39 Compile(parser::Program *program, const es2panda::CompilerOptions &options, const std::string &debugInfoSourceFile, const std::string &pkgName) Compile() argument
H A DcompilerContext.cpp22 CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpressionMode, bool isMergeAbc, bool isJsonInputFile, bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, util::StringView recordName, util::PatchFix *patchFixHelper) CompilerContext() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DcommonUtil.cpp85 auto pkgName = GetPkgNameFromNormalizedOhmurl(ohmurl); in IsExternalPkgNames() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp887 ConcatNativeSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName, const CString &pkgName, const CString &version) ConcatNativeSoNormalizedOhmurl() argument
895 ConcatNotSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName, const CString &pkgName, const CString &entryPath, const CString &version) ConcatNotSoNormalizedOhmurl() argument
962 CString pkgName = vm->GetPkgNameWithAlias(requestPath); ConcatOtherNormalizedOhmurl() local
998 CString pkgName = vm->GetPkgNameWithAlias(alias); ConcatOtherNormalizedOhmurlWithFilePath() local
1006 ConcatNormalizedOhmurlWithData(CVector<CString> &data, CString &pkgName, CString &entryPath) ConcatNormalizedOhmurlWithData() argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp622 void Emitter::SetPkgNameField(const std::string &pkgName) in SetPkgNameField() argument
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1205 CString pkgName = "entry"; in HWTEST_F_L0() local
1229 CString pkgName = "libentry.so"; in HWTEST_F_L0() local
1237 CString pkgName = "har"; in HWTEST_F_L0() local
1464 CString pkgName = "entry"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4142 ecmascript::CString pkgName = vec[i][0].c_str(); in SetpkgContextInfoList() local

Completed in 28 milliseconds