Lines Matching refs:BytecodeLivenessState
19 class BytecodeLivenessState : public ZoneObject {
21 BytecodeLivenessState(int register_count, Zone* zone)
38 bool Equals(const BytecodeLivenessState& other) const {
60 void Union(const BytecodeLivenessState& other) {
64 bool UnionIsChanged(const BytecodeLivenessState& other) {
68 void CopyFrom(const BytecodeLivenessState& other) {
75 DISALLOW_COPY_AND_ASSIGN(BytecodeLivenessState);
79 BytecodeLivenessState* in;
80 BytecodeLivenessState* out;
95 BytecodeLivenessState* GetInLiveness(int offset) {
98 const BytecodeLivenessState* GetInLiveness(int offset) const {
102 BytecodeLivenessState* GetOutLiveness(int offset) {
105 const BytecodeLivenessState* GetOutLiveness(int offset) const {