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