Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc43 const UndefinedType* UndefinedType::instance_ = nullptr; member in art::verifier::UndefinedType
44 const ConflictType* ConflictType::instance_ = nullptr; member in art::verifier::ConflictType
45 const BooleanType* BooleanType::instance_ = nullptr; member in art::verifier::BooleanType
46 const ByteType* ByteType::instance_ = nullptr; member in art::verifier::ByteType
47 const ShortType* ShortType::instance_ = nullptr; member in art::verifier::ShortType
48 const CharType* CharType::instance_ = nullptr; member in art::verifier::CharType
49 const FloatType* FloatType::instance_ = nullptr; member in art::verifier::FloatType
50 const LongLoType* LongLoType::instance_ = nullptr; member in art::verifier::LongLoType
51 const LongHiType* LongHiType::instance_ = nullptr; member in art::verifier::LongHiType
52 const DoubleLoType* DoubleLoType::instance_ = nullptr; member in art::verifier::DoubleLoType
[all …]
Dreg_type.h389 static const ConflictType* instance_; variable
425 static const UndefinedType* instance_; variable
466 static const IntegerType* instance_; variable
492 static const BooleanType* instance_; variable
517 static const ByteType* instance_; variable
541 static const ShortType* instance_; variable
566 static const CharType* instance_; variable
591 static const FloatType* instance_; variable
624 static const LongLoType* instance_; variable
649 static const LongHiType* instance_; variable
[all …]
/art/runtime/jit/
Dprofile_saver.cc50 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
/art/runtime/
Druntime.h1026 static Runtime* instance_; variable
Druntime.cc197 Runtime* Runtime::instance_ = nullptr; member in art::Runtime