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:oddball_type
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
js-graph.cc
55
OddballType
oddball_type
=
in Constant()
local
56
ref.AsHeapObject().GetHeapObjectType().
oddball_type
();
in Constant()
57
if (
oddball_type
== OddballType::kUndefined) {
in Constant()
60
} else if (
oddball_type
== OddballType::kNull) {
in Constant()
63
} else if (
oddball_type
== OddballType::kHole) {
in Constant()
66
} else if (
oddball_type
== OddballType::kBoolean) {
in Constant()
H
A
D
js-context-specialization.cc
184
OddballType
oddball_type
= maybe_value->AsHeapObject().map().
oddball_type
();
in ReduceJSLoadContext()
local
185
if (
oddball_type
== OddballType::kUndefined ||
in ReduceJSLoadContext()
186
oddball_type
== OddballType::kHole) {
in ReduceJSLoadContext()
H
A
D
heap-refs.h
303
OddballType
oddball_type
)
in HeapObjectType()
305
oddball_type_(
oddball_type
),
in HeapObjectType()
308
oddball_type
!= OddballType::kNone);
in HeapObjectType()
311
OddballType
oddball_type
() const { return oddball_type_; }
in oddball_type()
function
700
OddballType
oddball_type
() const;
302
HeapObjectType(InstanceType instance_type, Flags flags, OddballType
oddball_type
)
HeapObjectType()
argument
H
A
D
heap-refs.cc
1101
while (prototype_map.
oddball_type
() != OddballType::kNull) {
in HasOnlyStablePrototypesWithFastElements()
1150
OddballType MapRef::
oddball_type
() const {
in oddball_type()
function in v8::internal::compiler::MapRef
1758
OddballType type = AsHeapObject().map().
oddball_type
();
in IsNullOrUndefined()
1764
AsHeapObject().map().
oddball_type
() == OddballType::kHole;
in IsTheHole()
1776
OddballType type = AsHeapObject().map().
oddball_type
();
in OddballToNumber()
1987
return HeapObjectType(map().instance_type(), flags, map().
oddball_type
());
in GetHeapObjectType()
H
A
D
node-properties.cc
569
OddballType type = value.map().
oddball_type
();
in CanBeNullOrUndefined()
H
A
D
js-native-context-specialization.cc
552
if (map.
oddball_type
() == OddballType::kNull) {
in InferHasInPrototypeChain()
783
property_cell_value.AsHeapObject().map().
oddball_type
() ==
in ReduceGlobalAccess()
867
property_cell_value.AsHeapObject().map().
oddball_type
() !=
in ReduceGlobalAccess()
1864
if (receiver_ref.map().
oddball_type
() == OddballType::kHole ||
in ReduceElementLoadFromHeapConstant()
1865
receiver_ref.map().
oddball_type
() == OddballType::kNull ||
in ReduceElementLoadFromHeapConstant()
1866
receiver_ref.map().
oddball_type
() == OddballType::kUndefined ||
in ReduceElementLoadFromHeapConstant()
H
A
D
js-create-lowering.cc
1334
if (prototype.map().
oddball_type
() == OddballType::kNull) {
in GetObjectCreateMap()
1361
DCHECK_EQ(prototype_const.map().
oddball_type
(), OddballType::kNull);
in ReduceJSCreateObject()
H
A
D
types.cc
168
switch (map.
oddball_type
()) {
in Lub()
H
A
D
compilation-dependencies.cc
1280
CHECK_EQ(proto.map().
oddball_type
(), OddballType::kNull);
in DependOnStablePrototypeChain()
Completed in 20 milliseconds