Searched defs:NowOf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dtypes-inl.h30 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf( function in class:v8::internal::TypeImpl
H A Dtypes.h408 inline static TypeHandle NowOf(i::Object* value, Region* region);
409 static TypeHandle NowOf(i::Handle<i::Object> value, Region* region) { function in class:v8::internal::TypeImpl
410 return NowOf(*value, region);
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc207 TypeHandle NowOf(Handle<i::Object> value) { function in class:Types
208 return Type::NowOf(value, region_);
751 void NowOf() { function in struct:Tests
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(
[all...]

Completed in 76 milliseconds