Searched refs:IsPrimitiveNarrow (Results 1 – 4 of 4) sorted by relevance
214 return IsPrimitiveNarrow() || IsPrimitiveWide(); in IsPrimitive()218 inline bool IsPrimitiveNarrow() const { in IsPrimitiveNarrow() function
237 EXPECT_EQ(is_primitive_narrow_, shorty.IsPrimitiveNarrow()); in CheckExpects()
202 DCHECK(GetCapturedShortyType(index).IsPrimitiveNarrow()); in GetCapturedPrimitiveNarrow()
572 if (shorty_type.IsPrimitiveNarrow()) { in DoLiberateVariable()