Searched refs:other_get (Results 1 – 1 of 1) sorted by relevance
5814 const HInstanceFieldGet* other_get = other->AsInstanceFieldGet(); in InstructionDataEquals() local5815 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue(); in InstructionDataEquals()6803 const HStaticFieldGet* other_get = other->AsStaticFieldGet(); in InstructionDataEquals() local6804 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue(); in InstructionDataEquals()