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:IsHeapConstant
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
decompression-optimizer.cc
28
bool
IsHeapConstant
(Node* const node) {
in IsHeapConstant()
function
40
return
IsHeapConstant
(node) || IsTaggedMachineLoad(node) || IsTaggedPhi(node);
in CanBeCompressed()
173
DCHECK(
IsHeapConstant
(node));
in ChangeHeapConstant()
H
A
D
types.cc
129
if (
IsHeapConstant
()) return AsHeapConstant()->Lub();
in BitsetLub()
512
if (this->
IsHeapConstant
()) {
in SimplyEquals()
513
return that.
IsHeapConstant
() &&
in SimplyEquals()
523
if (that.
IsHeapConstant
() || that.IsOtherNumberConstant()) return false;
in SimplyEquals()
971
if (this->
IsHeapConstant
() || this->IsOtherNumberConstant()) {
in NumConstants()
976
if (this->AsUnion()->Get(i).
IsHeapConstant
()) ++result;
in NumConstants()
1037
} else if (this->
IsHeapConstant
()) {
in PrintTo()
1170
} else if (
IsHeapConstant
()) {
in AllocateOnHeap()
H
A
D
constant-folding-reducer.cc
31
} else if (type.
IsHeapConstant
()) {
in TryGetConstant()
H
A
D
typed-optimization.cc
112
if (object_type.
IsHeapConstant
()) {
in GetStableMapFromObjectType()
233
if (map_type.
IsHeapConstant
() &&
in ReduceCheckMaps()
463
if (!constant_type.
IsHeapConstant
()) return NoChange();
in TryReduceStringComparisonOfStringFromSingleCharCode()
822
if (input_type.
IsHeapConstant
()) {
in ReduceJSToNumberInput()
H
A
D
types.h
414
bool
IsHeapConstant
() const { return IsKind(TypeBase::kHeapConstant); }
in IsHeapConstant()
function in v8::internal::compiler::BitsetType::Type
423
Is(Type::NaN()) || Is(Type::Hole()) ||
IsHeapConstant
() ||
in IsSingleton()
H
A
D
simplified-operator-reducer.cc
32
if (m.
IsHeapConstant
()) return Decision::kFalse;
in DecideObjectIsSmi()
H
A
D
js-typed-lowering.cc
1006
if (input_type.
IsHeapConstant
()) {
in ReduceJSToNumberInput()
1440
if (module_type.
IsHeapConstant
()) {
in BuildGetModuleCell()
1589
if (target_type.
IsHeapConstant
() &&
in ReduceJSConstructForwardVarargs()
1620
if (target_type.
IsHeapConstant
() &&
in ReduceJSConstruct()
1703
if (target_type.
IsHeapConstant
() &&
in ReduceJSCall()
H
A
D
typer.cc
581
if (type.
IsHeapConstant
() &&
in ObjectIsConstructor()
1096
if (lhs.
IsHeapConstant
() && rhs.Is(lhs)) {
in NumberCompareTyper()
1528
if (!fun.
IsHeapConstant
() || !fun.AsHeapConstant()->Ref().IsJSFunction()) {
in JSCallTyper()
2003
if (lhs.
IsHeapConstant
() && rhs.Is(lhs)) {
in ReferenceEqualTyper()
H
A
D
js-create-lowering.cc
389
if (closure_type.
IsHeapConstant
()) {
in ReduceJSCreateGeneratorObject()
1352
if (!prototype_type.
IsHeapConstant
()) return NoChange();
in ReduceJSCreateObject()
H
A
D
escape-analysis.cc
752
if (map_type.
IsHeapConstant
() &&
in ReduceNode()
H
A
D
load-elimination.cc
983
if (new_value_type.
IsHeapConstant
()) {
in ReduceStoreField()
H
A
D
simplified-lowering.cc
1485
if (value_type.
IsHeapConstant
()) {
in WriteBarrierKindFor()
Completed in 29 milliseconds