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.h375 static const ConflictType* instance_; variable
411 static const UndefinedType* instance_; variable
452 static const IntegerType* instance_; variable
478 static const BooleanType* instance_; variable
503 static const ByteType* instance_; variable
527 static const ShortType* instance_; variable
552 static const CharType* instance_; variable
577 static const FloatType* instance_; variable
610 static const LongLoType* instance_; variable
635 static const LongHiType* instance_; variable
[all …]
/art/runtime/jit/
Dprofile_saver.cc50 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
/art/runtime/
Druntime.h1132 static Runtime* instance_; variable
Druntime.cc207 Runtime* Runtime::instance_ = nullptr; member in art::Runtime