Searched refs:ByteType (Results 1 – 5 of 5) sorted by relevance
162 inline const ByteType* ByteType::GetInstance() { in GetInstance()
40 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()
94 const ByteType& Byte() SHARED_REQUIRES(Locks::mutator_lock_) { in Byte()95 return *ByteType::GetInstance(); in Byte()
57 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()
413 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() function428 static const ByteType* instance_;