Home
last modified time | relevance | path

Searched refs:singleton_the_hole_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Doperation-typer.h60 Type* singleton_the_hole() const { return singleton_the_hole_; } in singleton_the_hole()
85 Type* singleton_the_hole_; variable
Dtyper.h55 Type* singleton_the_hole_; variable
Dtyper.cc48 singleton_the_hole_ = Type::HeapConstant(factory->the_hole_value(), zone); in Typer()
52 singleton_the_hole_, zone), in Typer()
896 if ((lhs->Is(t->singleton_the_hole_) || rhs->Is(t->singleton_the_hole_)) && in JSStrictEqualTyper()
Doperation-typer.cc29 singleton_the_hole_ = Type::HeapConstant(factory->the_hole_value(), zone); in OperationTyper()