Home
last modified time | relevance | path

Searched refs:GetMainPkgArgs (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp75 if (cPreprocessor.GetMainPkgArgs()) { in IsExistsPkgInfo()
125 if (AotCrashInfo::IsAotEscaped(cPreprocessor.GetMainPkgArgs()->GetPgoDir())) { in Main()
137 if (cPreprocessor.GetMainPkgArgs()) { in Main()
138 bundleName = cPreprocessor.GetMainPkgArgs()->GetBundleName(); in Main()
235 ret, cPreprocessor.GetMainPkgArgs()->GetPgoDir()); in Main()
H A Daot_compiler_preprocessor.cpp124 const auto& mainPkgArgs = GetMainPkgArgs(); in HandleTargetCompilerMode()
485 return GetMainPkgArgs() == nullptr ? "" : GetMainPkgArgs()->GetAppSignature(); in GetMainPkgArgsAppSignature()
506 if (GetMainPkgArgs()) { in HasPreloadAotFile()
507 hapPath = GetMainPkgArgs()->GetPath(); in HasPreloadAotFile()
508 moduleName = GetMainPkgArgs()->GetModuleName(); in HasPreloadAotFile()
H A Daot_compiler_preprocessor.h196 std::shared_ptr<OhosPkgArgs> GetMainPkgArgs() const in GetMainPkgArgs() function in panda::ecmascript::kungfu::AotCompilerPreprocessor
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp150 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetBundleName(), TEST_BUNDLE_NAME); in HWTEST_F_L0()
151 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetModuleName(), "entry"); in HWTEST_F_L0()
152 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetPath(), "/data/app/el1/bundle/public/com.ohos.test/entry.hap"); in HWTEST_F_L0()
153 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetSize(), 0x51adfc); in HWTEST_F_L0()
154 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetOffset(), 0x6bb3c); in HWTEST_F_L0()
155 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetPgoDir(), pgoDir); in HWTEST_F_L0()
172 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetPgoDir(), "/data/local/ark-profile/100/com.ohos.test"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp89 if (!cPreprocessor.GetMainPkgArgs()) { in IsAotEscapedOrCompiledOnce()
92 std::string pgoRealPath = cPreprocessor.GetMainPkgArgs()->GetPgoDir(); in IsAotEscapedOrCompiledOnce()

Completed in 4 milliseconds