Searched refs:UndefinedType (Results 1 – 4 of 4) sorted by relevance
36 UndefinedType* UndefinedType::instance_ = NULL;364 std::string UndefinedType::Dump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Dump()368 UndefinedType* UndefinedType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance()371 instance_ = new UndefinedType(klass, descriptor, cache_id); in CreateInstance()376 UndefinedType* UndefinedType::GetInstance() { in GetInstance()381 void UndefinedType::Destroy() { in Destroy()535 RegType& UndefinedType::Merge(RegType& incoming_type, RegTypeCache* reg_types) in Merge()
328 class UndefinedType : public RegType {337 static UndefinedType* GetInstance();340 static UndefinedType* CreateInstance(mirror::Class* klass, const std::string& descriptor,348 UndefinedType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) in UndefinedType() function356 static UndefinedType* instance_;
48 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()261 UndefinedType::Destroy(); in ShutDown()297 CreatePrimitiveTypeInstance<UndefinedType>(""); in CreatePrimitiveAndSmallConstantTypes()
119 return *UndefinedType::GetInstance(); in Undefined()