Searched refs:other_get (Results 1 – 1 of 1) sorted by relevance
3158 HInstanceFieldGet* other_get = other->AsInstanceFieldGet(); in InstructionDataEquals() local3159 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue(); in InstructionDataEquals()3577 HStaticFieldGet* other_get = other->AsStaticFieldGet(); in InstructionDataEquals() local3578 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue(); in InstructionDataEquals()