Searched refs:kInvalid (Results 1 – 4 of 4) sorted by relevance
37 kInvalid = 0, enumerator55 Location() : value_(kInvalid) { in Location()57 COMPILE_ASSERT((kInvalid & kLocationTagMask) != kConstant, TagError); in Location()90 return value_ != kInvalid; in IsValid()185 case kInvalid: return "I"; in DebugString()
80 kInvalid = 0x0000, enumerator124 RegStorage() : reg_(kInvalid) {} in RegStorage()313 return RegStorage(kInvalid); in InvalidReg()326 case kInvalid: return 0; in StorageSize()
291 constexpr RegStorage rs_rMIPS_LR(RegStorage::kInvalid); // Not used for MIPS.292 constexpr RegStorage rs_rMIPS_PC(RegStorage::kInvalid); // Not used for MIPS.293 constexpr RegStorage rs_rMIPS_COUNT(RegStorage::kInvalid); // Not used for MIPS.
230 constexpr RegStorage rs_invalid(RegStorage::kInvalid);