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.h43 class ByteType; variable
126 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc69 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
125 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()
317 ByteType::Destroy(); in ShutDown()
377 create_primitive_type_instance(TypeHelper<ByteType>("B")); in CreatePrimitiveAndSmallConstantTypes()
704 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h495 class ByteType final : public Cat1Type {
499 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass,
503 static const ByteType* GetInstance() PURE;
511 ByteType(ObjPtr<mirror::Class> klass, in ByteType() function
517 static const ByteType* instance_;