Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h393 class Cat1Type : public PrimitiveType {
395 Cat1Type(mirror::Class* klass, const StringPiece& descriptor,
399 class IntegerType FINAL : public Cat1Type {
413 : Cat1Type(klass, descriptor, cache_id) { in IntegerType()
419 class BooleanType FINAL : public Cat1Type {
433 : Cat1Type(klass, descriptor, cache_id) { in BooleanType()
440 class ByteType FINAL : public Cat1Type {
454 : Cat1Type(klass, descriptor, cache_id) { in ByteType()
460 class ShortType FINAL : public Cat1Type {
474 : Cat1Type(klass, descriptor, cache_id) { in ShortType()
[all …]
Dreg_type.cc61 Cat1Type::Cat1Type(mirror::Class* klass, const StringPiece& descriptor, uint16_t cache_id) in Cat1Type() function in art::verifier::Cat1Type