Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc36 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()
Dreg_type.h328 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() function
356 static UndefinedType* instance_;
Dreg_type_cache.cc48 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
261 UndefinedType::Destroy(); in ShutDown()
297 CreatePrimitiveTypeInstance<UndefinedType>(""); in CreatePrimitiveAndSmallConstantTypes()
Dreg_type_cache.h119 return *UndefinedType::GetInstance(); in Undefined()