Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h397 class Cat1Type : public PrimitiveType {
399 Cat1Type(Handle<mirror::Class> klass,
404 class IntegerType final : public Cat1Type {
416 : Cat1Type(klass, descriptor, cache_id) { in IntegerType()
421 class BooleanType final : public Cat1Type {
433 : Cat1Type(klass, descriptor, cache_id) { in BooleanType()
438 class ByteType final : public Cat1Type {
450 : Cat1Type(klass, descriptor, cache_id) { in ByteType()
455 class ShortType final : public Cat1Type {
467 : Cat1Type(klass, descriptor, cache_id) { in ShortType()
[all …]
Dreg_type.cc51 Cat1Type::Cat1Type(Handle<mirror::Class> klass, in Cat1Type() function in art::verifier::Cat1Type