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
defs:iterations
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
H
A
D
SamplerNapiTest.cpp
48
ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeNAPISlowFunction(EtsEnv *env, ets_class cls, ets_int
iterations
)
in ETS_ETSGLOBAL_NativeNAPISlowFunction()
argument
55
ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeNAPIFastFunction(EtsEnv *env, ets_class cls, ets_int
iterations
)
in ETS_ETSGLOBAL_NativeNAPIFastFunction()
argument
26
ETS_ETSGLOBAL_NativeSlowFunction([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, ets_int
iterations
)
ETS_ETSGLOBAL_NativeSlowFunction()
argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
bitmap_page_alignment_test.cpp
88
size_t
iterations
;
in TEST_F()
local
H
A
D
gc_log_test.cpp
94
const unsigned
iterations
= 100;
in CounterLogTest()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
loop_idioms.cpp
156
auto
iterations
=
in TryTransformArrayInitIdiom()
local
H
A
D
loop_unroll.cpp
101
auto
iterations
= *optIterations;
in TransformLoopImpl()
local
165
auto
iterations
= *optIterations;
in TransformLoop()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
loop_unswitcher.cpp
205
auto
iterations
= CountableLoopParser::GetLoopIterations(*loopInfo);
in IsSmallLoop()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
bounds_analysis.cpp
960
auto
iterations
= CountableLoopParser::GetLoopIterations(loopInfo);
in GetNestedLoopIterations()
local
997
auto
iterations
= GetNestedLoopIterations(loop, loopInfoValue);
in GetSimpleLoopIterationsInfo()
local
1158
ProcessUpdatePhi(PhiInst *updatePhi, BoundsRangeInfo *bri, uint64_t
iterations
)
ProcessUpdatePhi()
argument
[all...]
Completed in 6 milliseconds