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:GetInfo
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H
A
D
interop_intrinsic_optimization.cpp
92
InteropIntrinsicOptimization::BlockInfo &InteropIntrinsicOptimization::
GetInfo
(BasicBlock *block)
in GetInfo()
function in ark::compiler::InteropIntrinsicOptimization
338
auto otherEndComponent =
GetInfo
(block).blockComponent[static_cast<int32_t>(!IS_END)];
in IterateBlockFromBoundary()
373
if (
GetInfo
(block).blockComponent[index] != DFS_NOT_VISITED) {
in BlockBoundaryDfs()
378
GetInfo
(block).blockComponent[index] = currentComponent_;
in BlockBoundaryDfs()
444
if (
GetInfo
(block).blockComponent[0] == currentComponent_ && MoveBlockStartIntoScope(block)) {
in MergeCurrentComponentWithNeighbours()
445
MergeComponents(currentComponent_,
GetInfo
(block).blockComponent[1]);
in MergeCurrentComponentWithNeighbours()
447
if (
GetInfo
(block).blockComponent[1] == currentComponent_ && MoveBlockEndIntoScope(block)) {
in MergeCurrentComponentWithNeighbours()
448
MergeComponents(currentComponent_,
GetInfo
(block).blockComponent[0]);
in MergeCurrentComponentWithNeighbours()
458
if (
GetInfo
(block).blockComponent[index] != DFS_NOT_VISITED) {
in FindComponentAndTryMerge()
491
if (
GetInfo
(bloc
in DfsNumbering()
[all...]
H
A
D
interop_intrinsic_optimization.h
104
BlockInfo &
GetInfo
(BasicBlock *block);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
datainfo.h
82
const MapleVector<uint64> &
GetInfo
() const
90
DEBUG_ASSERT(infoSize == secondInfo.
GetInfo
().size(), "two dataInfo's size different");
114
DEBUG_ASSERT(infoSize == secondInfo.
GetInfo
().size(), "two dataInfo's size different");
123
DEBUG_ASSERT(infoSize == secondInfo.
GetInfo
().size(), "two dataInfo's size different");
131
DEBUG_ASSERT(infoIndex < secondInfo.
GetInfo
().size(), "out of secondInfo's range");
139
DEBUG_ASSERT(infoSize == secondInfo.
GetInfo
().size(), "two dataInfo's size different");
149
DEBUG_ASSERT(infoSize == secondInfo.
GetInfo
().size(), "two dataInfo's size different");
H
A
D
sparse_datainfo.h
63
info = other.
GetInfo
();
in operator =()
98
const MapleSparseBitVector<> &
GetInfo
() const
in GetInfo()
function in maplebe::SparseDataInfo
110
return info == secondInfo.
GetInfo
();
in IsEqual()
H
A
D
insn.h
731
liveIn.
GetInfo
().ConvertToSet(stackMapLiveIn);
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
pgo_bc_info.h
89
const Info&
GetInfo
(Type type) const;
H
A
D
pgo_bc_info.cpp
41
const PGOBCInfo::Info& PGOBCInfo::
GetInfo
(Type type) const
in GetInfo()
function in panda::ecmascript::kungfu::PGOBCInfo
/arkcompiler/runtime_core/static_core/compiler/code_info/
H
A
D
vreg_info.h
167
uint32_t
GetInfo
()
in GetInfo()
function
H
A
D
code_info_tables.h
176
return VRegInfo(GetValue(),
GetInfo
());
in GetVRegInfo()
H
A
D
code_info_builder.cpp
193
vregEntry[VRegisterInfo::COLUMN_INFO] = vreg.
GetInfo
();
in EmitVRegs()
/arkcompiler/runtime_core/static_core/static_linker/
H
A
D
linker_context_misc.cpp
315
self.error_.
GetInfo
());
in operator <<()
H
A
D
linker_context.h
260
const InfoType &
GetInfo
() const
in GetInfo()
function in ark::static_linker::Context::ErrorDetail
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
live.cpp
379
info.
GetInfo
().ConvertToSet(res);
in DumpInfo()
Completed in 9 milliseconds