Searched refs:slot_class (Results 1 – 1 of 1) sorted by relevance
1050 art::ObjPtr<art::mirror::Class> slot_class = in GetTypeErrorInner() local1052 DCHECK(!slot_class.IsNull()) << descriptor << " slot: " << slot_type; in GetTypeErrorInner()1053 return slot_class->IsAssignableFrom(set_class) ? OK : ERR(TYPE_MISMATCH); in GetTypeErrorInner()