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:IsJITEnabled
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
advanced_security_mode_manager.h
29
bool
IsJITEnabled
();
H
A
D
app_running_record.h
887
bool
IsJITEnabled
() const;
/foundation/ability/ability_runtime/test/unittest/advanced_security_mode_manager_test/
H
A
D
advanced_security_mode_manager_test.cpp
62
* @tc.desc: Test
IsJITEnabled
works
70
EXPECT_EQ(manager->
IsJITEnabled
(), false);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
advanced_security_mode_manager.cpp
48
bool AdvancedSecurityModeManager::
IsJITEnabled
()
in IsJITEnabled()
function in OHOS::AppExecFwk::AdvancedSecurityModeManager
51
TAG_LOGD(AAFwkTag::APPMGR, "ASMM
IsJITEnabled
%{public}d", !isAdvSecModeEnabled_);
in IsJITEnabled()
H
A
D
app_running_record.cpp
2286
bool AppRunningRecord::
IsJITEnabled
() const
in IsJITEnabled()
function in OHOS::AppExecFwk::AppRunningRecord
H
A
D
app_mgr_service_inner.cpp
3489
appRecord->SetJITEnabled(securityModeManager_->
IsJITEnabled
());
in SetProcessJITState()
7075
info.jitEnabled = appRecord->
IsJITEnabled
();
in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
app_launch_data.h
200
inline bool
IsJITEnabled
() const
in IsJITEnabled()
function in OHOS::AppExecFwk::AppLaunchData
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
main_thread.cpp
1480
options.jitEnabled = appLaunchData.
IsJITEnabled
();
in HandleLaunchApplication()
1481
AbilityRuntime::ChildProcessManager::GetInstance().SetForkProcessJITEnabled(appLaunchData.
IsJITEnabled
());
in HandleLaunchApplication()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H
A
D
main_thread_test.cpp
1755
EXPECT_EQ(launchData.
IsJITEnabled
(), true);
in HWTEST_F()
Completed in 26 milliseconds