OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NowIs
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/cctest/
test-types.cc
626
// Constant(V)->
NowIs
(NowOf(V))
631
CHECK(const_type->
NowIs
(nowof_type));
642
// If NowOf(V)->
NowIs
(T), then Constant(V)->
NowIs
(T)
649
CHECK(!nowof_type->
NowIs
(type) || const_type->
NowIs
(type));
653
// If Constant(V)->
NowIs
(T),
654
// then NowOf(V)->
NowIs
(T) or T->Maybe(Constant(V))
661
CHECK(!const_type->
NowIs
(type) ||
662
nowof_type->
NowIs
(type) || type->Maybe(const_type))
[
all
...]
/external/v8/src/
types.h
124
// The
NowIs
operator implements state-sensitive subtying, as described above.
477
bool
NowIs
(TypeImpl* that);
479
bool
NowIs
(TypeHandle that) { return this->
NowIs
(*that); }
[
all
...]
objects.cc
[
all
...]
types.cc
587
bool TypeImpl<Config>::
NowIs
(TypeImpl* that) {
591
// Union(Constant(V), T)->
NowIs
(Class(M))
[
all
...]
/external/v8/src/compiler/
js-native-context-specialization.cc
[
all
...]
Completed in 950 milliseconds