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:RunImpl
(Results
1 - 25
of
76
) sorted by relevance
1
2
3
4
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
rpo.cpp
42
bool Rpo::
RunImpl
()
in RunImpl()
function in panda::compiler::Rpo
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
catch_inputs.cpp
51
bool CatchInputs::
RunImpl
()
in RunImpl()
function in ark::compiler::CatchInputs
H
A
D
monitor_analysis.cpp
71
bool MonitorAnalysis::
RunImpl
()
in RunImpl()
function in ark::compiler::MonitorAnalysis
H
A
D
rpo.cpp
42
bool Rpo::
RunImpl
()
in RunImpl()
function in ark::compiler::Rpo
H
A
D
types_analysis.cpp
20
bool TypesAnalysis::
RunImpl
()
in RunImpl()
function in ark::compiler::TypesAnalysis
H
A
D
object_type_propagation.cpp
21
bool ObjectTypePropagation::
RunImpl
()
in RunImpl()
function in ark::compiler::ObjectTypePropagation
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
check_resolver.cpp
49
bool CheckResolver::
RunImpl
()
in RunImpl()
function in ark::bytecodeopt::CheckResolver
H
A
D
bytecodeopt_peepholes.cpp
21
bool BytecodeOptPeepholes::
RunImpl
()
in RunImpl()
function in ark::bytecodeopt::BytecodeOptPeepholes
H
A
D
canonicalization.cpp
22
bool Canonicalization::
RunImpl
()
in RunImpl()
function in ark::bytecodeopt::Canonicalization
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
loop_unswitch.cpp
24
bool LoopUnswitch::
RunImpl
()
in RunImpl()
function in ark::compiler::LoopUnswitch
H
A
D
redundant_loop_elimination.cpp
25
bool RedundantLoopElimination::
RunImpl
()
in RunImpl()
function in ark::compiler::RedundantLoopElimination
H
A
D
savestate_optimization.cpp
24
bool SaveStateOptimization::
RunImpl
()
in RunImpl()
function in ark::compiler::SaveStateOptimization
H
A
D
inline_intrinsics.cpp
51
bool InlineIntrinsics::
RunImpl
()
in RunImpl()
function in ark::compiler::InlineIntrinsics
H
A
D
code_sink.cpp
60
bool CodeSink::
RunImpl
()
in RunImpl()
function in ark::compiler::CodeSink
H
A
D
phi_type_resolving.cpp
37
bool PhiTypeResolving::
RunImpl
()
in RunImpl()
function in ark::compiler::PhiTypeResolving
H
A
D
loop_peeling.cpp
73
bool LoopPeeling::
RunImpl
()
in RunImpl()
function in ark::compiler::LoopPeeling
H
A
D
move_constants.cpp
32
bool MoveConstants::
RunImpl
()
in RunImpl()
function in ark::compiler::MoveConstants
H
A
D
object_type_check_elimination.cpp
24
bool ObjectTypeCheckElimination::
RunImpl
()
in RunImpl()
function in ark::compiler::ObjectTypeCheckElimination
H
A
D
deoptimize_elimination.cpp
24
bool DeoptimizeElimination::
RunImpl
()
in RunImpl()
function in ark::compiler::DeoptimizeElimination
H
A
D
cse.cpp
233
bool Cse::
RunImpl
()
in RunImpl()
function in ark::compiler::Cse
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
vn.cpp
152
bool ValNum::
RunImpl
()
in RunImpl()
function in panda::compiler::ValNum
H
A
D
branch_elimination.cpp
33
bool BranchElimination::
RunImpl
()
in RunImpl()
function in panda::compiler::BranchElimination
H
A
D
lowering.cpp
154
bool Lowering::
RunImpl
()
in RunImpl()
function in panda::compiler::Lowering
H
A
D
move_constants.cpp
32
bool MoveConstants::
RunImpl
()
in RunImpl()
function in panda::compiler::MoveConstants
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
299
bool RegAccAlloc::
RunImpl
()
in RunImpl()
function in panda::bytecodeopt::RegAccAlloc
Completed in 9 milliseconds
1
2
3
4