Searched refs:ByteType (Results 1 – 6 of 6) sorted by relevance
176 inline const ByteType* ByteType::GetInstance() { in GetInstance()
49 inline const ByteType& RegTypeCache::Byte() { in Byte()50 return *ByteType::GetInstance(); in Byte()
45 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()
40 class ByteType; variable114 const ByteType& Byte() REQUIRES_SHARED(Locks::mutator_lock_);
57 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()113 return *ByteType::GetInstance(); in RegTypeFromPrimitiveType()296 ByteType::Destroy(); in ShutDown()333 CreatePrimitiveTypeInstance<ByteType>("B"); in CreatePrimitiveAndSmallConstantTypes()655 ByteType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
507 class ByteType FINAL : public Cat1Type {511 static const ByteType* CreateInstance(mirror::Class* klass,515 static const ByteType* GetInstance() PURE;523 ByteType(mirror::Class* klass, const StringPiece& descriptor, in ByteType() function528 static const ByteType* instance_;