Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h180 inline const ByteType* ByteType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h52 inline const ByteType& RegTypeCache::Byte() { in Byte()
53 return *ByteType::GetInstance(); in Byte()
Dreg_type.cc46 const ByteType* ByteType::instance_ = nullptr;
102 std::string ByteType::Dump() const { in Dump()
243 const ByteType* ByteType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()
247 instance_ = new ByteType(klass, descriptor, cache_id); in CreateInstance()
251 void ByteType::Destroy() { in Destroy()
Dreg_type_cache.h40 class ByteType; variable
120 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc63 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
119 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()
307 ByteType::Destroy(); in ShutDown()
366 create_primitive_type_instance(TypeHelper<ByteType>("B")); in CreatePrimitiveAndSmallConstantTypes()
693 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h517 class ByteType final : public Cat1Type {
521 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass,
525 static const ByteType* GetInstance() PURE;
533 ByteType(ObjPtr<mirror::Class> klass, in ByteType() function
539 static const ByteType* instance_;