Home
last modified time | relevance | path

Searched refs:ShortType (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc40 ShortType* ShortType::instance_ = NULL;
113 std::string ShortType::Dump() { in Dump()
264 ShortType* ShortType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance()
267 instance_ = new ShortType(klass, descriptor, cache_id); in CreateInstance()
272 ShortType* ShortType::GetInstance() { in GetInstance()
277 void ShortType::Destroy() { in Destroy()
Dreg_type.h429 class ShortType : public Cat1Type {
435 static ShortType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
438 static ShortType* GetInstance();
441 ShortType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) in ShortType() function
445 static ShortType* instance_;
Dreg_type_cache.cc52 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
108 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()
265 ShortType::Destroy(); in ShutDown()
301 CreatePrimitiveTypeInstance<ShortType>("S"); in CreatePrimitiveAndSmallConstantTypes()
Dreg_type_cache.h98 return *ShortType::GetInstance(); in Short()