Home
last modified time | relevance | path

Searched refs:GetInstance (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type-inl.h122 inline const DoubleHiType* DoubleHiType::GetInstance() { in GetInstance() function
127 inline const DoubleLoType* DoubleLoType::GetInstance() { in GetInstance() function
132 inline const LongHiType* LongHiType::GetInstance() { in GetInstance() function
137 inline const LongLoType* LongLoType::GetInstance() { in GetInstance() function
142 inline const FloatType* FloatType::GetInstance() { in GetInstance() function
147 inline const CharType* CharType::GetInstance() { in GetInstance() function
152 inline const ShortType* ShortType::GetInstance() { in GetInstance() function
157 inline const ByteType* ByteType::GetInstance() { in GetInstance() function
163 inline const IntegerType* IntegerType::GetInstance() { in GetInstance() function
168 inline const BooleanType* BooleanType::GetInstance() { in GetInstance() function
[all …]
Dreg_type_cache.cc49 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
50 entries_.push_back(ConflictType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
51 entries_.push_back(BooleanType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
52 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
53 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
54 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
55 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
56 entries_.push_back(LongLoType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
57 entries_.push_back(LongHiType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
58 entries_.push_back(FloatType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
[all …]
Dreg_type_cache.h81 return *BooleanType::GetInstance(); in Boolean()
84 return *ByteType::GetInstance(); in Byte()
87 return *CharType::GetInstance(); in Char()
90 return *ShortType::GetInstance(); in Short()
93 return *IntegerType::GetInstance(); in Integer()
96 return *FloatType::GetInstance(); in Float()
99 return *LongLoType::GetInstance(); in LongLo()
102 return *LongHiType::GetInstance(); in LongHi()
105 return *DoubleLoType::GetInstance(); in DoubleLo()
108 return *DoubleHiType::GetInstance(); in DoubleHi()
[all …]
Dreg_type.h310 static const ConflictType* GetInstance() PURE;
339 static const UndefinedType* GetInstance() PURE;
380 static const IntegerType* GetInstance() PURE;
398 static const BooleanType* GetInstance() PURE;
417 static const ByteType* GetInstance() PURE;
435 static const ShortType* GetInstance() PURE;
453 static const CharType* GetInstance() PURE;
471 static const FloatType* GetInstance() PURE;
496 static const LongLoType* GetInstance() PURE;
514 static const LongHiType* GetInstance() PURE;
[all …]