Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h157 inline const ByteType* ByteType::GetInstance() { in GetInstance()
Dreg_type.cc39 const ByteType* ByteType::instance_ = nullptr;
91 std::string ByteType::Dump() const { in Dump()
227 const ByteType* ByteType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance()
230 instance_ = new ByteType(klass, descriptor, cache_id); in CreateInstance()
234 void ByteType::Destroy() { in Destroy()
Dreg_type_cache.h83 const ByteType& Byte() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Byte()
84 return *ByteType::GetInstance(); in Byte()
Dreg_type_cache.cc52 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
107 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()
266 ByteType::Destroy(); in ShutDown()
303 CreatePrimitiveTypeInstance<ByteType>("B"); in CreatePrimitiveAndSmallConstantTypes()
591 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h409 class ByteType FINAL : public Cat1Type {
413 static const ByteType* CreateInstance(mirror::Class* klass,
417 static const ByteType* GetInstance() PURE;
421 ByteType(mirror::Class* klass, const std::string& descriptor, in ByteType() function
424 static const ByteType* instance_;