Lines Matching refs:kNone
104 kNone = 0, // 0b000 enumerator
132 case Kind::kNone: in PrettyDescriptor()
153 case Kind::kNone: in IsShortLocationKind()
174 case Kind::kNone: in ConvertToSurfaceKind()
193 DexRegisterLocation() : kind_(Kind::kNone), value_(0) {} in DexRegisterLocation()
198 return DexRegisterLocation(Kind::kNone, 0); in None()
298 return DexRegisterLocation::Kind::kNone; in GetLocationInternalKind()
334 case DexRegisterLocation::Kind::kNone: in ComputeCompressedKind()
336 return DexRegisterLocation::Kind::kNone; in ComputeCompressedKind()
368 case DexRegisterLocation::Kind::kNone: in CanBeEncodedAsShortLocation()
443 DCHECK_NE(kind, static_cast<uint8_t>(DexRegisterLocation::Kind::kNone)); in ExtractKindFromShortLocation()