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:IsEnableAot
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H
A
D
ohos_test.cpp
111
ASSERT_TRUE(helper->
IsEnableAot
(bundleScope));
in HWTEST_F_L0()
113
ASSERT_TRUE(helper->
IsEnableAot
(bundleScope1));
in HWTEST_F_L0()
115
ASSERT_FALSE(helper->
IsEnableAot
(bundleScope2));
in HWTEST_F_L0()
127
ASSERT_FALSE(helper->
IsEnableAot
(bundleScope));
in HWTEST_F_L0()
303
ASSERT_TRUE(helper->
IsEnableAot
(bundleScope));
in HWTEST_F_L0()
304
ASSERT_TRUE(helper->
IsEnableAot
(bundleScope1));
in HWTEST_F_L0()
305
ASSERT_TRUE(helper->
IsEnableAot
(bundleScope2));
in HWTEST_F_L0()
324
ASSERT_TRUE(helper->
IsEnableAot
(bundleScope));
in HWTEST_F_L0()
325
ASSERT_FALSE(helper->
IsEnableAot
(bundleScope1));
in HWTEST_F_L0()
326
ASSERT_FALSE(helper->
IsEnableAot
(bundleScope
in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/test/fuzztest/readenablelist_fuzzer/
H
A
D
readenablelist_fuzzer.cpp
34
helper.
IsEnableAot
(candidate);
in ReadEnableListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H
A
D
aot_crash_info.cpp
76
!ohos::EnableAotJitListHelper::GetInstance()->
IsEnableAot
(bundleName)) {
in IsAotEscapedOrNotInEnableList()
111
if (ohos::EnableAotJitListHelper::GetInstance()->
IsEnableAot
(bundleName)) {
in SetOptionPGOProfiler()
/arkcompiler/ets_runtime/ecmascript/ohos/
H
A
D
enable_aot_list_helper.h
54
bool
IsEnableAot
(const std::string &candidate)
in IsEnableAot()
function in panda::ecmascript::ohos::EnableAotJitListHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
aot_compiler.cpp
211
if (ohos::EnableAotJitListHelper::GetInstance()->
IsEnableAot
(bundleName)) {
in Main()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
5336
EnableAotJitListHelper::GetInstance()->
IsEnableAot
(option.GetBundleName()) &&
in PostFork()
Completed in 14 milliseconds