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:typeInfo
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
object_type_propagation.cpp
29
auto
typeInfo
= GetPhiTypeInfo(phi);
in RunImpl()
local
169
auto
typeInfo
= ObjectTypeInfo::UNKNOWN;
in GetPhiTypeInfo()
local
[all...]
H
A
D
bounds_analysis.cpp
720
auto
typeInfo
= arrayInst->GetObjectTypeInfo();
in FindBoundsRange()
local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H
A
D
pgo_method_type_set.cpp
61
auto
typeInfo
= base::ReadBufferInSize<TypeInfoHeader>(buffer);
in ParseFromBinary()
local
[all...]
H
A
D
pgo_method_type_set.h
246
void Merge(const ScalarOpTemplate &
typeInfo
)
in Merge()
argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
asm_printer_test.cpp
224
void DoTest(TypeInfo
typeInfo
, std::string_view opName, EncodeFuncType<PARAMS> encodeFunc)
in DoTest()
argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
spill_fill_encoder.cpp
266
auto
typeInfo
= Codegen::ConvertDataType(sf.GetType(), codegen_->GetArch());
in EncodeStackToX()
local
H
A
D
codegen.cpp
246
void Codegen::Convert(ArenaVector<Reg> *regsUsage, const ArenaVector<bool> *mask, TypeInfo
typeInfo
)
in Convert()
argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
analysis.cpp
101
auto
typeInfo
= inst->GetObjectTypeInfo();
in GetClass()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
peepholes.cpp
2591
auto
typeInfo
= inst->GetDataFlowInput(0)->GetObjectTypeInfo();
in VisitGetInstanceClass()
local
H
A
D
inlining.cpp
1555
auto
typeInfo
= objectInst->GetObjectTypeInfo();
in ResolveTarget()
local
1592
bool Inlining::CanUseTypeInfo(ObjectTypeInfo
typeInfo
, RuntimeInterface::MethodPtr method)
in CanUseTypeInfo()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
number_speculative_retype.cpp
92
TypeInfo
typeInfo
= GetOutputTypeInfo(gate);
in GetNumberTypeInfo()
local
567
TypeInfo
typeInfo
= GetOutputTypeInfo(gate);
in VisitPhi()
local
1483
TypeInfo
typeInfo
= GetOutputTypeInfo(input);
in VisitLoadStringLength()
local
1957
TypeInfo
typeInfo
= GetOutputTypeInfo(gate);
in GetNumberInputTypeInfo()
local
2060
TypeInfo
typeInfo
= GetOutputTypeInfo(input);
in VisitBigIntConstructor()
local
[all...]
Completed in 41 milliseconds