Searched defs:IntegerType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h371 class IntegerType : public Cat1Type { class in namespace:art::verifier
377 static IntegerType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
380 static IntegerType* GetInstance();
383 IntegerType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
387 static IntegerType* instance_;

Completed in 66 milliseconds