Searched refs:Cat1Type (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | reg_type.h | 362 class Cat1Type : public PrimitiveType { 364 Cat1Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) 368 class IntegerType : public Cat1Type { 382 : Cat1Type(klass, descriptor, cache_id) { in IntegerType() 387 class BooleanType : public Cat1Type { 401 : Cat1Type(klass, descriptor, cache_id) { in BooleanType() 407 class ByteType : public Cat1Type { 421 : Cat1Type(klass, descriptor, cache_id) { in ByteType() 426 class ShortType : public Cat1Type { 440 : Cat1Type(klass, descriptor, cache_id) { in ShortType() [all …]
|
D | reg_type.cc | 74 Cat1Type::Cat1Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) in Cat1Type() function in art::verifier::Cat1Type
|