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:kHoleNanInt64
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/utils/
H
A
D
boxed-float.h
73
bool is_hole_nan() const { return bit_pattern_ ==
kHoleNanInt64
; }
in is_hole_nan()
/third_party/node/deps/v8/src/heap/
H
A
D
factory-base-inl.h
94
return NewHeapNumberFromBits<allocation>(
kHoleNanInt64
);
in NewHeapNumberWithHoleNaN()
H
A
D
setup-heap-internal.cc
676
kHoleNanInt64
));
in CreateInitialObjects()
/third_party/node/deps/v8/src/objects/
H
A
D
fixed-array-inl.h
409
base::WriteUnalignedValue<uint64_t>(field_address(offset),
kHoleNanInt64
);
in set_the_hole()
local
417
return get_representation(index) ==
kHoleNanInt64
;
in is_the_hole()
H
A
D
js-objects-inl.h
468
bits =
kHoleNanInt64
;
in WriteToField()
H
A
D
lookup.cc
968
if (bits ==
kHoleNanInt64
) {
in IsConstFieldValueEqualTo()
H
A
D
objects.cc
226
result->set_value_as_bits(
kHoleNanInt64
, kRelaxedStore);
in NewStorageFor()
/third_party/node/deps/v8/src/common/
H
A
D
globals.h
1218
constexpr uint64_t
kHoleNanInt64
=
member
/third_party/node/deps/v8/src/codegen/
H
A
D
external-reference.cc
56
constexpr uint64_t double_the_hole_nan_constant =
kHoleNanInt64
;
H
A
D
code-stub-assembler.cc
2768
return Word64Equal(element, Int64Constant(
kHoleNanInt64
));
4738
Is64() ? ReinterpretCast<UintPtrT>(Int64Constant(
kHoleNanInt64
))
5031
Is64() ? ReinterpretCast<UintPtrT>(Int64Constant(
kHoleNanInt64
))
/third_party/node/deps/v8/src/compiler/
H
A
D
js-create-lowering.cc
1764
boilerplate_value.AsHeapNumber().value_as_bits() ==
kHoleNanInt64
)) {
in TryAllocateFastLiteral()
Completed in 41 milliseconds