Home | History | Annotate | Download | only in src

Lines Matching defs:info_

42   SafepointEntry() : info_(0), bits_(NULL) {}
44 SafepointEntry(unsigned info, uint8_t* bits) : info_(info), bits_(bits) {
51 return info_ == other.info_ && bits_ == other.bits_;
55 info_ = 0;
61 return DeoptimizationIndexField::decode(info_);
66 return GapCodeSizeField::decode(info_);
71 return ArgumentsField::decode(info_);
76 return SaveDoublesField::decode(info_);
109 unsigned info_;