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

/art/runtime/
H A Dmethod_handles.cc111 inline bool IsPrimitiveType(Primitive::Type type) { function in namespace:art::__anon162
145 if (IsReferenceType(to_primitive) && IsPrimitiveType(from_primitive)) {
150 if (IsPrimitiveType(to_primitive) && IsReferenceType(from_primitive)) {
218 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
242 DCHECK(IsPrimitiveType(from_type));
275 DCHECK(IsPrimitiveType(to_type));

Completed in 174 milliseconds