Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h161 inline const FloatType* FloatType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h61 inline const FloatType& RegTypeCache::Float() { in Float()
62 return *FloatType::GetInstance(); in Float()
Dreg_type.cc48 const FloatType* FloatType::instance_ = nullptr;
106 std::string FloatType::Dump() const { in Dump()
188 const FloatType* FloatType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
191 instance_ = new FloatType(klass, descriptor, cache_id); in CreateInstance()
195 void FloatType::Destroy() { in Destroy()
Dreg_type_cache.h46 class FloatType; variable
118 const FloatType& Float() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc63 entries_.push_back(FloatType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
123 return *FloatType::GetInstance(); in RegTypeFromPrimitiveType()
302 FloatType::Destroy(); in ShutDown()
339 CreatePrimitiveTypeInstance<FloatType>("F"); in CreatePrimitiveAndSmallConstantTypes()
661 FloatType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h579 class FloatType FINAL : public Cat1Type {
583 static const FloatType* CreateInstance(mirror::Class* klass,
587 static const FloatType* GetInstance() PURE;
595 FloatType(mirror::Class* klass, const StringPiece& descriptor, in FloatType() function
600 static const FloatType* instance_;