Home
last modified time | relevance | path

Searched refs:Cat1Type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dreg_type.h437 class Cat1Type : public PrimitiveType {
439 Cat1Type(ObjPtr<mirror::Class> klass,
444 class IntegerType final : public Cat1Type {
463 : Cat1Type(klass, descriptor, cache_id) { in IntegerType()
469 class BooleanType final : public Cat1Type {
488 : Cat1Type(klass, descriptor, cache_id) { in BooleanType()
495 class ByteType final : public Cat1Type {
514 : Cat1Type(klass, descriptor, cache_id) { in ByteType()
520 class ShortType final : public Cat1Type {
538 : Cat1Type(klass, descriptor, cache_id) { in ShortType()
[all …]
Dreg_type.cc65 Cat1Type::Cat1Type(ObjPtr<mirror::Class> klass, in Cat1Type() function in art::verifier::Cat1Type