Home | History | Annotate | Download | only in src

Lines Matching refs:Maybe

2682 Maybe<HConstant*> HConstant::CopyToTruncatedInt32(Zone* zone) {
2695 return Maybe<HConstant*>(res != NULL, res);
2699 Maybe<HConstant*> HConstant::CopyToTruncatedNumber(Zone* zone) {
2710 return Maybe<HConstant*>(res != NULL, res);