Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h162 inline const ByteType* ByteType::GetInstance() { in GetInstance()
Dreg_type.cc40 const ByteType* ByteType::instance_ = nullptr;
89 std::string ByteType::Dump() const { in Dump()
225 const ByteType* ByteType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
228 instance_ = new ByteType(klass, descriptor, cache_id); in CreateInstance()
232 void ByteType::Destroy() { in Destroy()
Dreg_type_cache.h94 const ByteType& Byte() SHARED_REQUIRES(Locks::mutator_lock_) { in Byte()
95 return *ByteType::GetInstance(); in Byte()
Dreg_type_cache.cc57 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
113 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()
292 ByteType::Destroy(); in ShutDown()
329 CreatePrimitiveTypeInstance<ByteType>("B"); in CreatePrimitiveAndSmallConstantTypes()
649 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h413 class ByteType FINAL : public Cat1Type {
417 static const ByteType* CreateInstance(mirror::Class* klass,
421 static const ByteType* GetInstance() PURE;
425 ByteType(mirror::Class* klass, const StringPiece& descriptor, in ByteType() function
428 static const ByteType* instance_;