Home | History | Annotate | Download | only in verifier

Lines Matching defs:IntegerType

376 class IntegerType : public Cat1Type {
380 static const IntegerType* CreateInstance(mirror::Class* klass,
384 static const IntegerType* GetInstance() PURE;
388 IntegerType(mirror::Class* klass, const StringPiece& descriptor,
391 static const IntegerType* instance_;