Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h173 inline const ByteType* ByteType::GetInstance() { in GetInstance()
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.h96 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_) { in Byte()
97 return *ByteType::GetInstance(); in Byte()
Dreg_type_cache.cc57 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
113 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()
291 ByteType::Destroy(); in ShutDown()
328 CreatePrimitiveTypeInstance<ByteType>("B"); in CreatePrimitiveAndSmallConstantTypes()
650 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h440 class ByteType FINAL : public Cat1Type {
444 static const ByteType* CreateInstance(mirror::Class* klass,
448 static const ByteType* GetInstance() PURE;
452 ByteType(mirror::Class* klass, const StringPiece& descriptor, in ByteType() function
457 static const ByteType* instance_;