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

  /external/chromium_org/v8/src/
types-inl.h 30 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf(
types.h 408 inline static TypeHandle NowOf(i::Object* value, Region* region);
409 static TypeHandle NowOf(i::Handle<i::Object> value, Region* region) {
410 return NowOf(*value, region);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 207 TypeHandle NowOf(Handle<i::Object> value) {
208 return Type::NowOf(value, region_);
751 void NowOf() {
752 // Constant(V)->NowIs(NowOf(V))
756 TypeHandle nowof_type = T.NowOf(value);
760 // NowOf(V)->Is(Of(V))
763 TypeHandle nowof_type = T.NowOf(value);
768 // If NowOf(V)->NowIs(T), then Constant(V)->NowIs(T)
774 TypeHandle nowof_type = T.NowOf(value);
780 // then NowOf(V)->NowIs(T) or T->Maybe(Constant(V)
    [all...]

Completed in 1225 milliseconds