Searched defs:other_get (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h5591 const HInstanceFieldGet* other_get = other->AsInstanceFieldGet(); variable
5592 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue();
6471 const HStaticFieldGet* other_get = other->AsStaticFieldGet();
6472 return GetFieldOffset().SizeValue() == other_get->GetFieldOffset().SizeValue();

Completed in 54 milliseconds