Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h366 class Cat1Type : public PrimitiveType {
368 Cat1Type(mirror::Class* klass, const std::string& descriptor,
372 class IntegerType : public Cat1Type {
386 : Cat1Type(klass, descriptor, cache_id) {} in IntegerType()
390 class BooleanType FINAL : public Cat1Type {
404 : Cat1Type(klass, descriptor, cache_id) {} in BooleanType()
409 class ByteType FINAL : public Cat1Type {
423 : Cat1Type(klass, descriptor, cache_id) {} in ByteType()
427 class ShortType FINAL : public Cat1Type {
441 : Cat1Type(klass, descriptor, cache_id) {} in ShortType()
[all …]
Dreg_type.cc56 Cat1Type::Cat1Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) in Cat1Type() function in art::verifier::Cat1Type