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:liveIn
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgbb.h
781
return
liveIn
;
785
return
liveIn
;
789
liveIn
= &arg;
793
liveIn
->SetBit(arg);
797
*
liveIn
= arg;
801
return
liveIn
->OrBits(arg);
805
liveIn
->EnlargeCapacityToAdaptSize(arg);
809
liveIn
->ClearDataInfo();
810
liveIn
= nullptr;
1041
SparseDataInfo *
liveIn
[all...]
H
A
D
insn.h
729
void SetStackMapLiveIn(SparseDataInfo &
liveIn
)
731
liveIn
.GetInfo().ConvertToSet(stackMapLiveIn);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
live.cpp
104
SparseDataInfo *
liveIn
= &use;
in GenerateLiveInByDefUse()
local
109
liveIn
->OrBits(*tmpLiveOut);
in GenerateLiveInByDefUse()
111
return
liveIn
;
in GenerateLiveInByDefUse()
119
SparseDataInfo *
liveIn
=
in GenerateStackMapLiveIn()
local
121
insn->SetStackMapLiveIn(*
liveIn
);
in GenerateStackMapLiveIn()
124
/* building
liveIn
and liveOut of each BB. */
Completed in 3 milliseconds