Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsPrimitive

518     DCHECK(klass->IsArrayClass() || klass->IsPrimitive() || klass->GetDexCache() != NULL);
536 if (!c->IsArrayClass() && !c->IsPrimitive()) {
3317 CHECK(!klass->IsPrimitive());
3795 bool isPrimitive = type != Primitive::kPrimNot;
3796 if (isPrimitive) {