Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h176 inline const ByteType* ByteType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h49 inline const ByteType& RegTypeCache::Byte() { in Byte()
50 return *ByteType::GetInstance(); in Byte()
Dreg_type.cc45 const ByteType* ByteType::instance_ = nullptr;
94 std::string ByteType::Dump() const { in Dump()
230 const ByteType* ByteType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
233 instance_ = new ByteType(klass, descriptor, cache_id); in CreateInstance()
237 void ByteType::Destroy() { in Destroy()
Dreg_type_cache.h40 class ByteType; variable
114 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc57 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
113 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()
296 ByteType::Destroy(); in ShutDown()
333 CreatePrimitiveTypeInstance<ByteType>("B"); in CreatePrimitiveAndSmallConstantTypes()
655 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h507 class ByteType FINAL : public Cat1Type {
511 static const ByteType* CreateInstance(mirror::Class* klass,
515 static const ByteType* GetInstance() PURE;
523 ByteType(mirror::Class* klass, const StringPiece& descriptor, in ByteType() function
528 static const ByteType* instance_;