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:memType
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H
A
D
operand.h
192
MemType
memType
= kNone;
member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
isel.cpp
626
PrimType
memType
= symbolInfo.primType;
in SelectDassign()
local
640
PrimType
memType
= symbolInfo.primType;
in SelectIassign()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H
A
D
encode.cpp
765
bool Aarch32Encoder::IsNeedToPrepareMemLdS(MemRef mem, const TypeInfo &
memType
, bool isSigned)
in IsNeedToPrepareMemLdS()
argument
842
vixl::aarch32::MemOperand Aarch32Encoder::PrepareMemLdS(MemRef mem, const TypeInfo &
memType
,
in PrepareMemLdS()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_cgfunc.cpp
952
PrimType
memType
= (finalBitFieldDestType == kPtyInvalid ? destType : finalBitFieldDestType);
in SelectIread()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
1588
LLVMTypeRef
memType
= LLVMPointerType(returnType, GetPtrAddressSpace(baseAddr));
in VisitLoad()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
1039
LiteCGType *
memType
= (lmirBuilder_->IsHeapPointerType(returnType)) ? lmirBuilder_->CreateRefType(returnType)
in VisitLoad()
local
2529
LiteCGType *
memType
= (lmirBuilder_->IsHeapPointerType(baseAddr.GetType()))
in VisitStore()
local
Completed in 49 milliseconds