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:reg_size_
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.h
109
return
reg_size_
;
in SizeInBits()
114
return
reg_size_
/ 8;
in SizeInBytes()
118
return
reg_size_
== 8;
in Is8Bits()
122
return
reg_size_
== 16;
in Is16Bits()
126
return
reg_size_
== 32;
in Is32Bits()
130
return
reg_size_
== 64;
in Is64Bits()
134
return
reg_size_
== 128;
in Is128Bits()
142
return RegisterBase::operator==(other) &&
reg_size_
== other.
reg_size_
&&
in operator ==()
188
uint8_t
reg_size_
;
member in v8::internal::CPURegister
[all...]
H
A
D
assembler-arm64-inl.h
41
return (
reg_size_
== other.
reg_size_
) && (reg_type_ == other.reg_type_);
in IsSameSizeAndType()
148
return Register::Create(code(),
reg_size_
);
in Reg()
153
return VRegister::Create(code(),
reg_size_
);
in VReg()
Completed in 4 milliseconds