Home | History | Annotate | Download | only in src

Lines Matching defs:NowOf

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);