Home
last modified time | relevance | path

Searched refs:kInvalid (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dlocations.h37 kInvalid = 0, enumerator
55 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()
/art/compiler/dex/
Dreg_storage.h80 kInvalid = 0x0000, enumerator
124 RegStorage() : reg_(kInvalid) {} in RegStorage()
313 return RegStorage(kInvalid); in InvalidReg()
326 case kInvalid: return 0; in StorageSize()
/art/compiler/dex/quick/mips/
Dmips_lir.h291 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.
/art/compiler/dex/quick/arm/
Darm_lir.h230 constexpr RegStorage rs_invalid(RegStorage::kInvalid);