Searched refs:ByteType (Results 1 – 6 of 6) sorted by relevance
192 inline const ByteType* ByteType::GetInstance() { in GetInstance()
53 inline const ByteType& RegTypeCache::Byte() { in Byte()54 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()
43 class ByteType; variable126 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_);
69 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()125 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()317 ByteType::Destroy(); in ShutDown()377 create_primitive_type_instance(TypeHelper<ByteType>("B")); in CreatePrimitiveAndSmallConstantTypes()704 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
495 class ByteType final : public Cat1Type {499 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass,503 static const ByteType* GetInstance() PURE;511 ByteType(ObjPtr<mirror::Class> klass, in ByteType() function517 static const ByteType* instance_;