Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h320 static ConflictType* instance_; variable
353 static UndefinedType* instance_; variable
384 static IntegerType* instance_; variable
423 static ByteType* instance_; variable
442 static ShortType* instance_; variable
461 static CharType* instance_; variable
480 static FloatType* instance_; variable
508 static LongLoType* instance_; variable
527 static LongHiType* instance_; variable
549 static DoubleLoType* instance_; variable
[all …]
Dreg_type.cc36 UndefinedType* UndefinedType::instance_ = NULL; member in art::verifier::UndefinedType
37 ConflictType* ConflictType::instance_ = NULL; member in art::verifier::ConflictType
39 ByteType* ByteType::instance_ = NULL; member in art::verifier::ByteType
40 ShortType* ShortType::instance_ = NULL; member in art::verifier::ShortType
41 CharType* CharType::instance_ = NULL; member in art::verifier::CharType
42 FloatType* FloatType::instance_ = NULL; member in art::verifier::FloatType
43 LongLoType* LongLoType::instance_ = NULL; member in art::verifier::LongLoType
44 LongHiType* LongHiType::instance_ = NULL; member in art::verifier::LongHiType
45 DoubleLoType* DoubleLoType::instance_ = NULL; member in art::verifier::DoubleLoType
46 DoubleHiType* DoubleHiType::instance_ = NULL; member in art::verifier::DoubleHiType
[all …]
/art/runtime/
Druntime.h417 static Runtime* instance_; variable
Druntime.cc69 Runtime* Runtime::instance_ = NULL; member in art::Runtime