Home
last modified time | relevance | path

Searched defs:ShortyFieldTypeTraits (Results 1 – 1 of 1) sorted by relevance

/art/runtime/lambda/
Dshorty_field_type.h351 struct ShortyFieldTypeTraits { struct
353 using MaxType = uint64_t;
357 static inline constexpr bool IsType() { in IsType()
363 static inline constexpr bool IsPrimitiveType() { in IsPrimitiveType()
369 static inline constexpr bool IsPrimitiveNarrowType() { in IsPrimitiveNarrowType()
375 static inline constexpr bool IsPrimitiveWideType() { in IsPrimitiveWideType()
382 static inline constexpr bool IsObjectType() { in IsObjectType()
388 static inline constexpr bool IsLambdaType() { in IsLambdaType()