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:HasIndex
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
operands.h
368
bool
HasIndex
() const
in HasIndex()
function in ark::compiler::final
374
return
HasIndex
() && scale_ != 0;
in HasScale()
383
return HasBase() ||
HasIndex
() || HasScale() || HasDisp();
in IsValid()
389
return !
HasIndex
() && !HasScale();
in IsOffsetMem()
H
A
D
codegen.cpp
1886
ASSERT(!mem.
HasIndex
() && !mem.HasScale());
in CreatePreWRB()
1949
if (!mem.
HasIndex
()) {
in CreatePostWRB()
2740
if (args.mem.
HasIndex
()) {
in EncodeInterRegionBarrier()
2745
ASSERT(!args.mem.
HasIndex
());
in EncodeInterRegionBarrier()
2763
if (args.mem.
HasIndex
()) {
in EncodeInterRegionBarrier()
2767
ASSERT(!args.mem.
HasIndex
());
in EncodeInterRegionBarrier()
2843
if (mem.
HasIndex
()) {
in EncodeWrapOneArg()
2850
ASSERT(!mem.
HasIndex
());
in EncodeWrapOneArg()
H
A
D
codegen.h
548
if (mem.
HasIndex
()) {
in FillCallParams()
H
A
D
codegen-inl.h
486
if (mem.
HasIndex
()) {
in FillPostWrbCallParams()
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_items.cpp
335
ASSERT(iface->
HasIndex
(this));
in WriteIfaces()
545
ASSERT(r->
HasIndex
(this));
in Write()
572
ASSERT(class_->
HasIndex
(this));
in Write()
585
ASSERT(proto_->
HasIndex
(this));
in Write()
735
ASSERT(type_ == nullptr || type_->
HasIndex
(method_));
in CalculateSize()
744
ASSERT(type_ == nullptr || type_->
HasIndex
(method_));
in Write()
1267
ASSERT(class_->
HasIndex
(this));
in Write()
1268
ASSERT(type_->
HasIndex
(this));
in Write()
1412
ASSERT(class_->
HasIndex
(this));
in Write()
1674
ASSERT(program_->
HasIndex
(thi
in Write()
[all...]
H
A
D
file_items.h
314
bool
HasIndex
(const BaseItem *item) const
in HasIndex()
function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::IndexedItem
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file_items.cpp
292
ASSERT(iface->
HasIndex
(this));
in WriteIfaces()
495
ASSERT(r->
HasIndex
(this));
in Write()
521
ASSERT(class_->
HasIndex
(this));
in Write()
527
ASSERT(proto_->
HasIndex
(this));
in Write()
682
ASSERT(type_ == nullptr || type_->
HasIndex
(method_));
in CalculateSize()
691
ASSERT(type_ == nullptr || type_->
HasIndex
(method_));
in Write()
1203
ASSERT(class_->
HasIndex
(this));
in Write()
1204
ASSERT(type_->
HasIndex
(this));
in Write()
1348
ASSERT(class_->
HasIndex
(this));
in Write()
1613
ASSERT(program_->
HasIndex
(thi
in Write()
[all...]
H
A
D
file_items.h
282
bool
HasIndex
(const BaseItem *item) const
in HasIndex()
function in ark::panda_file::ClassTag::MethodTag::FieldTag::IndexedItem
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H
A
D
encode.cpp
139
bool hasIndex = mem.
HasIndex
();
in ConvertMem()
2164
ASSERT(!mem.
HasIndex
() && !mem.HasScale());
in CheckAlignment()
2181
if (mem.
HasIndex
()) {
in EncodeLdrAcquire()
2197
ASSERT(!mem.
HasIndex
() && !mem.HasScale());
in EncodeLdrAcquire()
2286
if (mem.
HasIndex
()) {
in EncodeStrRelease()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H
A
D
encode.cpp
231
bool hasIndex = mem.
HasIndex
();
in ConvertMem()
767
bool hasIndex = mem.
HasIndex
();
in IsNeedToPrepareMemLdS()
845
bool hasIndex = mem.
HasIndex
();
in PrepareMemLdS()
919
bool hasIndex = mem.
HasIndex
();
in PrepareMemLdSForFloat()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H
A
D
encode.cpp
232
bool regoffset = mem.
HasIndex
();
in ArchMem()
Completed in 35 milliseconds