Searched refs:kFlagIsLive (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h2357 SetPackedFlag<kFlagIsLive>(true);
2390 void SetDead() { SetPackedFlag<kFlagIsLive>(false); }
2391 void SetLive() { SetPackedFlag<kFlagIsLive>(true); }
2393 bool IsLive() const { return GetPackedFlag<kFlagIsLive>(); }
2431 static constexpr size_t kFlagIsLive = kFieldType + kFieldTypeSize; member in class:art::HPhi
2432 static constexpr size_t kFlagCanBeNull = kFlagIsLive + 1;

Completed in 15 milliseconds