Home
last modified time | relevance | path

Searched defs:instance_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc37 const UndefinedType* UndefinedType::instance_ = nullptr; member in art::verifier::UndefinedType
38 const ConflictType* ConflictType::instance_ = nullptr; member in art::verifier::ConflictType
39 const BooleanType* BooleanType::instance_ = nullptr; member in art::verifier::BooleanType
40 const ByteType* ByteType::instance_ = nullptr; member in art::verifier::ByteType
41 const ShortType* ShortType::instance_ = nullptr; member in art::verifier::ShortType
42 const CharType* CharType::instance_ = nullptr; member in art::verifier::CharType
43 const FloatType* FloatType::instance_ = nullptr; member in art::verifier::FloatType
44 const LongLoType* LongLoType::instance_ = nullptr; member in art::verifier::LongLoType
45 const LongHiType* LongHiType::instance_ = nullptr; member in art::verifier::LongHiType
46 const DoubleLoType* DoubleLoType::instance_ = nullptr; member in art::verifier::DoubleLoType
[all …]
Dreg_type.h330 static const ConflictType* instance_; variable
359 static const UndefinedType* instance_; variable
391 static const IntegerType* instance_; variable
410 static const BooleanType* instance_; variable
428 static const ByteType* instance_; variable
446 static const ShortType* instance_; variable
464 static const CharType* instance_; variable
482 static const FloatType* instance_; variable
507 static const LongLoType* instance_; variable
525 static const LongHiType* instance_; variable
[all …]
/art/runtime/jit/
Dprofile_saver.cc48 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
/art/runtime/
Druntime.h670 static Runtime* instance_; variable
Druntime.cc150 Runtime* Runtime::instance_ = nullptr; member in art::Runtime