Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetMainPkgArgs
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
aot_compiler.cpp
75
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
D
aot_compiler_preprocessor.cpp
124
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
D
aot_compiler_preprocessor.h
196
std::shared_ptr<OhosPkgArgs>
GetMainPkgArgs
() const
in GetMainPkgArgs()
function in panda::ecmascript::kungfu::AotCompilerPreprocessor
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H
A
D
ohos_test.cpp
150
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
D
aot_crash_info.cpp
89
if (!cPreprocessor.
GetMainPkgArgs
()) {
in IsAotEscapedOrCompiledOnce()
92
std::string pgoRealPath = cPreprocessor.
GetMainPkgArgs
()->GetPgoDir();
in IsAotEscapedOrCompiledOnce()
Completed in 4 milliseconds