Searched refs:other_get (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.h5017 HInstanceFieldGet* other_get = other->AsInstanceFieldGet(); variable
5018 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue();
5699 HStaticFieldGet* other_get = other->AsStaticFieldGet();
5700 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue();

Completed in 18 milliseconds