Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc36 const UndefinedType* UndefinedType::instance_ = nullptr; member in art::verifier::UndefinedType
37 const ConflictType* ConflictType::instance_ = nullptr; member in art::verifier::ConflictType
38 const BooleanType* BooleanType::instance_ = nullptr; member in art::verifier::BooleanType
39 const ByteType* ByteType::instance_ = nullptr; member in art::verifier::ByteType
40 const ShortType* ShortType::instance_ = nullptr; member in art::verifier::ShortType
41 const CharType* CharType::instance_ = nullptr; member in art::verifier::CharType
42 const FloatType* FloatType::instance_ = nullptr; member in art::verifier::FloatType
43 const LongLoType* LongLoType::instance_ = nullptr; member in art::verifier::LongLoType
44 const LongHiType* LongHiType::instance_ = nullptr; member in art::verifier::LongHiType
45 const DoubleLoType* DoubleLoType::instance_ = nullptr; member in art::verifier::DoubleLoType
[all …]
Dreg_type.h326 static const ConflictType* instance_; variable
355 static const UndefinedType* instance_; variable
387 static const IntegerType* instance_; variable
406 static const BooleanType* instance_; variable
424 static const ByteType* instance_; variable
442 static const ShortType* instance_; variable
460 static const CharType* instance_; variable
478 static const FloatType* instance_; variable
503 static const LongLoType* instance_; variable
521 static const LongHiType* instance_; variable
[all …]
/art/runtime/
Druntime.h573 static Runtime* instance_; variable
Druntime.cc137 Runtime* Runtime::instance_ = nullptr; member in art::Runtime