Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h5923 const HInstanceFieldGet* other_get = other->AsInstanceFieldGet(); in InstructionDataEquals() local
5924 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue(); in InstructionDataEquals()
6912 const HStaticFieldGet* other_get = other->AsStaticFieldGet(); in InstructionDataEquals() local
6913 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue(); in InstructionDataEquals()