HomeSort by relevance Sort by last modified time
    Searched refs:NowOf (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
types-fuzz.h 180 TypeHandle NowOf(Handle<i::Object> value) {
181 return Type::NowOf(value, region_);
test-types.cc 625 void NowOf() {
626 // Constant(V)->NowIs(NowOf(V))
630 TypeHandle nowof_type = T.NowOf(value);
634 // NowOf(V)->Is(Of(V))
637 TypeHandle nowof_type = T.NowOf(value);
642 // If NowOf(V)->NowIs(T), then Constant(V)->NowIs(T)
648 TypeHandle nowof_type = T.NowOf(value);
654 // then NowOf(V)->NowIs(T) or T->Maybe(Constant(V))
660 TypeHandle nowof_type = T.NowOf(value);
667 // then NowOf(V)->Is(T) or T->Maybe(Constant(V)
    [all...]
  /external/v8/src/
types.h 473 inline static TypeHandle NowOf(i::Object* value, Region* region);
474 static TypeHandle NowOf(i::Handle<i::Object> value, Region* region) {
475 return NowOf(*value, region);
    [all...]
types-inl.h 53 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf(
  /external/v8/src/crankshaft/
typing.cc 47 Type* lower = Type::NowOf(value, zone());

Completed in 2672 milliseconds