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::Runtime201 CHECK(instance_ == nullptr || instance_ == this); in ~Runtime()202 instance_ = nullptr; in ~Runtime()330 if (Runtime::instance_ != NULL) { in Create()334 instance_ = new Runtime; in Create()335 if (!instance_->Init(options, ignore_unrecognized)) { in Create()336 delete instance_; in Create()337 instance_ = NULL; in Create()916 if (!instance_->java_vm_->LoadNativeLibrary(mapped_name, class_loader, &reason)) { in InitNativeMethods()
175 return instance_; in Current()505 static Runtime* instance_; variable