Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2575 SetPackedFlag<kFlagIsLive>(true); in HVariableInputSizeInstruction()
2603 void SetDead() { SetPackedFlag<kFlagIsLive>(false); } in SetDead()
2604 void SetLive() { SetPackedFlag<kFlagIsLive>(true); } in SetLive()
2606 bool IsLive() const { return GetPackedFlag<kFlagIsLive>(); } in IsLive()
2645 static constexpr size_t kFlagIsLive = kFieldType + kFieldTypeSize; variable
2646 static constexpr size_t kFlagCanBeNull = kFlagIsLive + 1;