Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc42 const UndefinedType* UndefinedType::instance_ = nullptr; member in art::verifier::UndefinedType
43 const ConflictType* ConflictType::instance_ = nullptr; member in art::verifier::ConflictType
44 const BooleanType* BooleanType::instance_ = nullptr; member in art::verifier::BooleanType
45 const ByteType* ByteType::instance_ = nullptr; member in art::verifier::ByteType
46 const ShortType* ShortType::instance_ = nullptr; member in art::verifier::ShortType
47 const CharType* CharType::instance_ = nullptr; member in art::verifier::CharType
48 const FloatType* FloatType::instance_ = nullptr; member in art::verifier::FloatType
49 const LongLoType* LongLoType::instance_ = nullptr; member in art::verifier::LongLoType
50 const LongHiType* LongHiType::instance_ = nullptr; member in art::verifier::LongHiType
51 const DoubleLoType* DoubleLoType::instance_ = nullptr; member in art::verifier::DoubleLoType
[all …]
Dreg_type.h351 static const ConflictType* instance_; variable
382 static const UndefinedType* instance_; variable
416 static const IntegerType* instance_; variable
437 static const BooleanType* instance_; variable
457 static const ByteType* instance_; variable
477 static const ShortType* instance_; variable
497 static const CharType* instance_; variable
517 static const FloatType* instance_; variable
544 static const LongLoType* instance_; variable
564 static const LongHiType* instance_; variable
[all …]
/art/runtime/jit/
Dprofile_saver.cc39 ProfileSaver* ProfileSaver::instance_ = nullptr; member in art::ProfileSaver
/art/runtime/
Druntime.h731 static Runtime* instance_; variable
Druntime.cc173 Runtime* Runtime::instance_ = nullptr; member in art::Runtime