Searched refs:instance_ (Results 1 – 6 of 6) sorted by relevance
123 DCHECK(instance_ != nullptr); in GetInstance()124 return instance_; in GetInstance()128 DCHECK(instance_ != nullptr); in GetInstance()129 return instance_; in GetInstance()133 DCHECK(instance_ != nullptr); in GetInstance()134 return instance_; in GetInstance()138 DCHECK(instance_ != nullptr); in GetInstance()139 return instance_; in GetInstance()143 DCHECK(instance_ != nullptr); in GetInstance()144 return instance_; in GetInstance()[all …]
36 const UndefinedType* UndefinedType::instance_ = nullptr; member in art::verifier::UndefinedType37 const ConflictType* ConflictType::instance_ = nullptr; member in art::verifier::ConflictType38 const BooleanType* BooleanType::instance_ = nullptr; member in art::verifier::BooleanType39 const ByteType* ByteType::instance_ = nullptr; member in art::verifier::ByteType40 const ShortType* ShortType::instance_ = nullptr; member in art::verifier::ShortType41 const CharType* CharType::instance_ = nullptr; member in art::verifier::CharType42 const FloatType* FloatType::instance_ = nullptr; member in art::verifier::FloatType43 const LongLoType* LongLoType::instance_ = nullptr; member in art::verifier::LongLoType44 const LongHiType* LongHiType::instance_ = nullptr; member in art::verifier::LongHiType45 const DoubleLoType* DoubleLoType::instance_ = nullptr; member in art::verifier::DoubleLoType[all …]
326 static const ConflictType* instance_; variable355 static const UndefinedType* instance_; variable387 static const IntegerType* instance_; variable406 static const BooleanType* instance_; variable424 static const ByteType* instance_; variable442 static const ShortType* instance_; variable460 static const CharType* instance_; variable478 static const FloatType* instance_; variable503 static const LongLoType* instance_; variable521 static const LongHiType* instance_; variable[all …]
41 ldr \rTemp, .Lruntime_instance_\name\()_\num @ Load GOT offset of Runtime::instance_.44 ldr \rDest, [\rDest, \rTemp] @ Load address of Runtime::instance_.45 ldr \rDest, [\rDest] @ Load Runtime::instance_.
137 Runtime* Runtime::instance_ = nullptr; member in art::Runtime288 CHECK(instance_ == nullptr || instance_ == this); in ~Runtime()289 instance_ = nullptr; in ~Runtime()412 if (Runtime::instance_ != nullptr) { in Create()416 instance_ = new Runtime; in Create()417 if (!instance_->Init(options, ignore_unrecognized)) { in Create()421 instance_ = nullptr; in Create()
205 return instance_; in Current()573 static Runtime* instance_; variable