Searched refs:instance_ (Results 1 – 4 of 4) sorted by relevance
36 UndefinedType* UndefinedType::instance_ = NULL; member in art::verifier::UndefinedType37 ConflictType* ConflictType::instance_ = NULL; member in art::verifier::ConflictType39 ByteType* ByteType::instance_ = NULL; member in art::verifier::ByteType40 ShortType* ShortType::instance_ = NULL; member in art::verifier::ShortType41 CharType* CharType::instance_ = NULL; member in art::verifier::CharType42 FloatType* FloatType::instance_ = NULL; member in art::verifier::FloatType43 LongLoType* LongLoType::instance_ = NULL; member in art::verifier::LongLoType44 LongHiType* LongHiType::instance_ = NULL; member in art::verifier::LongHiType45 DoubleLoType* DoubleLoType::instance_ = NULL; member in art::verifier::DoubleLoType46 DoubleHiType* DoubleHiType::instance_ = NULL; member in art::verifier::DoubleHiType[all …]
323 static ConflictType* instance_; variable356 static UndefinedType* instance_; variable387 static IntegerType* instance_; variable426 static ByteType* instance_; variable445 static ShortType* instance_; variable464 static CharType* instance_; variable483 static FloatType* instance_; variable511 static LongLoType* instance_; variable530 static LongHiType* instance_; variable552 static DoubleLoType* instance_; variable[all …]
98 Runtime* Runtime::instance_ = NULL; member in art::Runtime206 CHECK(instance_ == nullptr || instance_ == this); in ~Runtime()207 instance_ = nullptr; in ~Runtime()335 if (Runtime::instance_ != NULL) { in Create()339 instance_ = new Runtime; in Create()340 if (!instance_->Init(options, ignore_unrecognized)) { in Create()341 delete instance_; in Create()342 instance_ = NULL; in Create()931 if (!instance_->java_vm_->LoadNativeLibrary(mapped_name, class_loader, &reason)) { in InitNativeMethods()
179 return instance_; in Current()513 static Runtime* instance_; variable