Searched refs:ByteType (Results 1 – 5 of 5) sorted by relevance
157 inline const ByteType* ByteType::GetInstance() { in GetInstance()
39 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()
83 const ByteType& Byte() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Byte()84 return *ByteType::GetInstance(); in Byte()
52 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()
409 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() function424 static const ByteType* instance_;