Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h125 return (Wide() && Narrow()) || (HighWord() && LowWord()); in SizeConflict()
182 bool HighWord() const { in HighWord() function
Dtype_inference.cc303 DCHECK(merged_type.Narrow() && merged_type.LowWord() && !merged_type.HighWord()); in ProcessPseudoPhis()
441 } else if (merged_type.HighWord()) { in Apply()
566 loc->high_word = type.HighWord(); in Finish()
Dtype_inference_test.cc565 EXPECT_EQ((flags & kExpectHigh) != 0u, type.HighWord()) << s_reg; in ExpectSRegType()