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:retSize
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_call_conv.cpp
35
size_t
retSize
= retType.GetSize();
in LocateRetVal()
local
36
if (
retSize
== 0) {
in LocateRetVal()
H
A
D
aarch64_peep.cpp
968
uint32
retSize
= prevInsn->GetRetSize();
in Run()
local
969
if (
retSize
> 0 &&
in Run()
970
((thisMop == MOP_xuxtb32 &&
retSize
<= k1ByteSize) || (thisMop == MOP_xuxth32 &&
retSize
<= k2ByteSize) ||
in Run()
971
(thisMop == MOP_xuxtw64 &&
retSize
<= k4ByteSize))) {
in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
insn.h
174
retSize
= size;
180
return
retSize
;
768
uint32
retSize
= 0; /* Byte size of the return value if insn is a call. */
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_global.cpp
893
uint32_t
retSize
= r.size();
in Escape()
local
894
return factory->NewFromUtf16Literal(returnData,
retSize
).GetTaggedValue();
in Escape()
972
uint32_t
retSize
= r.size();
in Unescape()
local
973
return factory->NewFromUtf16Literal(returnData,
retSize
).GetTaggedValue();
in Unescape()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_MPIsel.cpp
223
auto
retSize
= retType->GetSize() * kBitsPerByte;
in SelectCalleeReturn()
local
224
if (
retSize
<= k128BitSize) {
in SelectCalleeReturn()
225
if (
retSize
> k0BitSize) {
in SelectCalleeReturn()
228
if (
retSize
> k64BitSize) {
in SelectCalleeReturn()
Completed in 10 milliseconds