Home
last modified time | relevance | path

Searched refs:FloatType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/verifier/
Dreg_type-inl.h165 inline const FloatType* FloatType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h64 inline const FloatType& RegTypeCache::Float() { in Float()
65 return *FloatType::GetInstance(); in Float()
Dreg_type.cc49 const FloatType* FloatType::instance_ = nullptr;
114 std::string FloatType::Dump() const { in Dump()
198 const FloatType* FloatType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()
202 instance_ = new FloatType(klass, descriptor, cache_id); in CreateInstance()
206 void FloatType::Destroy() { in Destroy()
Dreg_type_cache.h46 class FloatType; variable
124 const FloatType& Float() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc69 entries_.push_back(FloatType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
129 return *FloatType::GetInstance(); in RegTypeFromPrimitiveType()
313 FloatType::Destroy(); in ShutDown()
372 create_primitive_type_instance(TypeHelper<FloatType>("F")); in CreatePrimitiveAndSmallConstantTypes()
699 FloatType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h591 class FloatType final : public Cat1Type {
595 static const FloatType* CreateInstance(ObjPtr<mirror::Class> klass,
599 static const FloatType* GetInstance() PURE;
607 FloatType(ObjPtr<mirror::Class> klass, in FloatType() function
613 static const FloatType* instance_;