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:GetCha
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
inlining.h
137
IClassHierarchyAnalysis *
GetCha
()
in GetCha()
function in ark::compiler::Inlining
H
A
D
inlining.cpp
90
cha_(graph->GetRuntime()->
GetCha
())
in Inlining()
916
GetCha
()->AddDependency(method, GetGraph()->GetOutermostParentGraph()->GetMethod());
in DoInlineIntrinsic()
981
GetCha
()->AddDependency(method, GetGraph()->GetOutermostParentGraph()->GetMethod());
in DoInlineMethod()
1238
if (ctx->chaDevirtualize && !
GetCha
()->IsSingleImplementation(ctx->method)) {
in BuildGraph()
1577
auto cha =
GetCha
();
in ResolveTarget()
/arkcompiler/runtime_core/static_core/compiler/
H
A
D
compile_method.cpp
112
auto cha = graph->GetRuntime()->
GetCha
();
in CheckSingleImplementation()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
runtime.h
335
ClassHierarchyAnalysis *
GetCha
() const
in GetCha()
function in ark::Runtime
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler.h
90
compiler::IClassHierarchyAnalysis *
GetCha
() override
H
A
D
compiler.cpp
769
Runtime::GetCurrent()->
GetCha
()->AddDependency(MethodCast(callee), MethodCast(caller));
in AddDependency()
H
A
D
class_linker.cpp
1027
Runtime::GetCurrent()->
GetCha
()->Update(klass);
in LoadClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
runtime_interface.h
101
virtual IClassHierarchyAnalysis *
GetCha
()
in GetCha()
function in ark::compiler::RuntimeInterface
Completed in 15 milliseconds