Searched defs:instance_ (Results 1 – 4 of 4) sorted by relevance
320 static ConflictType* instance_; variable353 static UndefinedType* instance_; variable384 static IntegerType* instance_; variable423 static ByteType* instance_; variable442 static ShortType* instance_; variable461 static CharType* instance_; variable480 static FloatType* instance_; variable508 static LongLoType* instance_; variable527 static LongHiType* instance_; variable549 static DoubleLoType* instance_; variable[all …]
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 …]
417 static Runtime* instance_; variable
69 Runtime* Runtime::instance_ = NULL; member in art::Runtime