Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dshorty_field_type.h214 return IsPrimitiveNarrow() || IsPrimitiveWide(); in IsPrimitive()
218 inline bool IsPrimitiveNarrow() const { in IsPrimitiveNarrow() function
Dshorty_field_type_test.cc237 EXPECT_EQ(is_primitive_narrow_, shorty.IsPrimitiveNarrow()); in CheckExpects()
Dclosure.cc202 DCHECK(GetCapturedShortyType(index).IsPrimitiveNarrow()); in GetCapturedPrimitiveNarrow()
/art/runtime/interpreter/
Dinterpreter_common.h572 if (shorty_type.IsPrimitiveNarrow()) { in DoLiberateVariable()