Searched refs:ShortType (Results 1 – 4 of 4) sorted by relevance
40 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()
429 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() function445 static ShortType* instance_;
52 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()108 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()265 ShortType::Destroy(); in ShutDown()301 CreatePrimitiveTypeInstance<ShortType>("S"); in CreatePrimitiveAndSmallConstantTypes()
98 return *ShortType::GetInstance(); in Short()