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:bit_mask_
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
common-operator.h
271
BitMaskType
bit_mask_
;
member in v8::internal::compiler::final::final
276
explicit SparseInputMask(BitMaskType bit_mask) :
bit_mask_
(bit_mask) {}
in SparseInputMask()
281
BitMaskType mask() const { return
bit_mask_
; }
in mask()
283
bool IsDense() const { return
bit_mask_
== SparseInputMask::kDenseBitMask; }
in IsDense()
308
BitMaskType
bit_mask_
;
member in v8::internal::compiler::final
H
A
D
common-operator.cc
218
:
bit_mask_
(bit_mask), parent_(parent), real_index_(0) {
in InputIterator()
220
if (
bit_mask_
!= SparseInputMask::kDenseBitMask) {
in InputIterator()
221
DCHECK_EQ(base::bits::CountPopulation(
bit_mask_
) -
in InputIterator()
234
bit_mask_
>>= 1;
in Advance()
238
DCHECK_NE(
bit_mask_
, SparseInputMask::kDenseBitMask);
in AdvanceToNextRealOrEnd()
240
size_t count = base::bits::CountTrailingZeros(
bit_mask_
);
in AdvanceToNextRealOrEnd()
241
bit_mask_
>>= count;
in AdvanceToNextRealOrEnd()
252
return
bit_mask_
== SparseInputMask::kDenseBitMask ||
in IsReal()
253
(
bit_mask_
& kEntryMask);
in IsReal()
257
return (
bit_mask_
in IsEnd()
[all...]
Completed in 4 milliseconds