Searched refs:ByteType (Results 1 – 6 of 6) sorted by relevance
180 inline const ByteType* ByteType::GetInstance() { in GetInstance()
52 inline const ByteType& RegTypeCache::Byte() { in Byte()53 return *ByteType::GetInstance(); in Byte()
46 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()
40 class ByteType; variable120 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_);
63 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()119 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()307 ByteType::Destroy(); in ShutDown()366 create_primitive_type_instance(TypeHelper<ByteType>("B")); in CreatePrimitiveAndSmallConstantTypes()693 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
517 class ByteType final : public Cat1Type {521 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass,525 static const ByteType* GetInstance() PURE;533 ByteType(ObjPtr<mirror::Class> klass, in ByteType() function539 static const ByteType* instance_;