Searched refs:GetInstance (Results 1 - 4 of 4) sorted by last modified time

/art/runtime/verifier/
H A Dreg_type.cc153 DoubleHiType* DoubleHiType::GetInstance() { function in class:art::verifier::DoubleHiType
173 DoubleLoType* DoubleLoType::GetInstance() { function in class:art::verifier::DoubleLoType
201 LongHiType* LongHiType::GetInstance() { function in class:art::verifier::LongHiType
213 LongLoType* LongLoType::GetInstance() { function in class:art::verifier::LongLoType
232 FloatType* FloatType::GetInstance() { function in class:art::verifier::FloatType
252 CharType* CharType::GetInstance() { function in class:art::verifier::CharType
272 ShortType* ShortType::GetInstance() { function in class:art::verifier::ShortType
292 ByteType* ByteType::GetInstance() { function in class:art::verifier::ByteType
312 IntegerType* IntegerType::GetInstance() { function in class:art::verifier::IntegerType
332 ConflictType* ConflictType::GetInstance() { function in class:art::verifier::ConflictType
352 BooleanType* BooleanType::GetInstance() { function in class:art::verifier::BooleanType
376 UndefinedType* UndefinedType::GetInstance() { function in class:art::verifier::UndefinedType
[all...]
H A Dreg_type.h304 static ConflictType* GetInstance();
334 static UndefinedType* GetInstance();
377 static IntegerType* GetInstance();
396 static BooleanType* GetInstance();
416 static ByteType* GetInstance();
435 static ShortType* GetInstance();
454 static CharType* GetInstance();
473 static FloatType* GetInstance();
501 static LongLoType* GetInstance();
520 static LongHiType* GetInstance();
[all...]
H A Dreg_type_cache.cc48 entries_.push_back(UndefinedType::GetInstance());
49 entries_.push_back(ConflictType::GetInstance());
50 entries_.push_back(BooleanType::GetInstance());
51 entries_.push_back(ByteType::GetInstance());
52 entries_.push_back(ShortType::GetInstance());
53 entries_.push_back(CharType::GetInstance());
54 entries_.push_back(IntegerType::GetInstance());
55 entries_.push_back(LongLoType::GetInstance());
56 entries_.push_back(LongHiType::GetInstance());
57 entries_.push_back(FloatType::GetInstance());
[all...]
H A Dreg_type_cache.h91 return *BooleanType::GetInstance();
94 return *ByteType::GetInstance();
97 return *CharType::GetInstance();
100 return *ShortType::GetInstance();
103 return *IntegerType::GetInstance();
106 return *FloatType::GetInstance();
109 return *LongLoType::GetInstance();
112 return *LongHiType::GetInstance();
115 return *DoubleLoType::GetInstance();
118 return *DoubleHiType::GetInstance();
[all...]

Completed in 47 milliseconds