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.h411 static const ConflictType* instance_; variable
447 static const UndefinedType* instance_; variable
488 static const IntegerType* instance_; variable
514 static const BooleanType* instance_; variable
539 static const ByteType* instance_; variable
563 static const ShortType* instance_; variable
588 static const CharType* instance_; variable
613 static const FloatType* instance_; variable
646 static const LongLoType* instance_; variable
671 static const LongHiType* instance_; variable
[all …]
/art/runtime/jit/
Dprofile_saver.cc47 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
/art/runtime/
Druntime.h919 static Runtime* instance_; variable
Druntime.cc194 Runtime* Runtime::instance_ = nullptr; member in art::Runtime