Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h127 inline const DoubleHiType* DoubleHiType::GetInstance() { in GetInstance() function
132 inline const DoubleLoType* DoubleLoType::GetInstance() { in GetInstance() function
137 inline const LongHiType* LongHiType::GetInstance() { in GetInstance() function
142 inline const LongLoType* LongLoType::GetInstance() { in GetInstance() function
147 inline const FloatType* FloatType::GetInstance() { in GetInstance() function
152 inline const CharType* CharType::GetInstance() { in GetInstance() function
157 inline const ShortType* ShortType::GetInstance() { in GetInstance() function
162 inline const ByteType* ByteType::GetInstance() { in GetInstance() function
168 inline const IntegerType* IntegerType::GetInstance() { in GetInstance() function
173 inline const BooleanType* BooleanType::GetInstance() { in GetInstance() function
[all …]
Dreg_type_cache.cc54 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
55 entries_.push_back(ConflictType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
56 entries_.push_back(BooleanType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
57 entries_.push_back(ByteType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
58 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
59 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
60 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
61 entries_.push_back(LongLoType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
62 entries_.push_back(LongHiType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
63 entries_.push_back(FloatType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
[all …]
Dreg_type_cache.h92 return *BooleanType::GetInstance(); in Boolean()
95 return *ByteType::GetInstance(); in Byte()
98 return *CharType::GetInstance(); in Char()
101 return *ShortType::GetInstance(); in Short()
104 return *IntegerType::GetInstance(); in Integer()
107 return *FloatType::GetInstance(); in Float()
110 return *LongLoType::GetInstance(); in LongLo()
113 return *LongHiType::GetInstance(); in LongHi()
116 return *DoubleLoType::GetInstance(); in DoubleLo()
119 return *DoubleHiType::GetInstance(); in DoubleHi()
[all …]
Dreg_type.h314 static const ConflictType* GetInstance() PURE;
343 static const UndefinedType* GetInstance() PURE;
384 static const IntegerType* GetInstance() PURE;
402 static const BooleanType* GetInstance() PURE;
421 static const ByteType* GetInstance() PURE;
439 static const ShortType* GetInstance() PURE;
457 static const CharType* GetInstance() PURE;
475 static const FloatType* GetInstance() PURE;
500 static const LongLoType* GetInstance() PURE;
518 static const LongHiType* GetInstance() PURE;
[all …]