Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc50 PrimitiveType::PrimitiveType(mirror::Class* klass, const StringPiece& descriptor, uint16_t cache_id) in PrimitiveType() function in art::verifier::PrimitiveType
57 : PrimitiveType(klass, descriptor, cache_id) { in Cat1Type()
61 : PrimitiveType(klass, descriptor, cache_id) { in Cat2Type()
Dreg_type.h362 class PrimitiveType : public RegType {
364 PrimitiveType(mirror::Class* klass, const StringPiece& descriptor,
370 class Cat1Type : public PrimitiveType {
485 class Cat2Type : public PrimitiveType {