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:imm_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
alias_analysis.h
66
: type_(type), base_(base), idx_(idx),
imm_
(imm), typePtr_(typePtr), volatile_(false)
in Pointer()
118
return
imm_
;
in GetImm()
152
return
imm_
== p.
imm_
;
in HasSameOffset()
240
uint64_t
imm_
;
member in ark::compiler::Pointer
H
A
D
alias_analysis.cpp
141
(*out) << "SF #" <<
imm_
;
in Dump()
144
(*out) << "PC #" <<
imm_
;
in Dump()
147
(*out) << "v" << base_->GetId() << " #" <<
imm_
;
in Dump()
153
if (
imm_
!= 0) {
in Dump()
154
(*out) << "+" <<
imm_
;
in Dump()
157
(*out) <<
imm_
;
in Dump()
164
if (
imm_
!= 0) {
in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.h
136
return
imm_
;
in Value()
141
return
imm_
!= InvalidLogicalImmediate;
in IsValid()
146
return
imm_
& BITWISE_OP_N_MASK;
in Is64bit()
150
:
imm_
(value)
in LogicalImmediate()
154
int
imm_
;
member in panda::ecmascript::aarch64::LogicalImmediate
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
operands.h
307
constexpr explicit TypedImm(T imm) : type_(imm),
imm_
(imm)
in TypedImm()
318
return
imm_
;
in GetImm()
323
Imm
imm_
{0};
Completed in 6 milliseconds