Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 9 of 9) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc138 const DoubleHiType* DoubleHiType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::DoubleHiType
153 const DoubleLoType* DoubleLoType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::DoubleLoType
168 const LongLoType* LongLoType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::LongLoType
176 const LongHiType* LongHiType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::LongHiType
198 const FloatType* FloatType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::FloatType
213 const CharType* CharType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::CharType
228 const ShortType* ShortType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ShortType
243 const ByteType* ByteType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ByteType
258 const IntegerType* IntegerType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::IntegerType
273 const ConflictType* ConflictType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ConflictType
[all …]
Dreg_type.h391 static const ConflictType* CreateInstance(ObjPtr<mirror::Class> klass,
427 static const UndefinedType* CreateInstance(ObjPtr<mirror::Class> klass,
470 static const IntegerType* CreateInstance(ObjPtr<mirror::Class> klass,
495 static const BooleanType* CreateInstance(ObjPtr<mirror::Class> klass,
521 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass,
546 static const ShortType* CreateInstance(ObjPtr<mirror::Class> klass,
570 static const CharType* CreateInstance(ObjPtr<mirror::Class> klass,
595 static const FloatType* CreateInstance(ObjPtr<mirror::Class> klass,
628 static const LongLoType* CreateInstance(ObjPtr<mirror::Class> klass,
653 static const LongHiType* CreateInstance(ObjPtr<mirror::Class> klass,
[all …]
Dreg_type_cache.cc356 const Type* entry = Type::CreateInstance(klass, in CreatePrimitiveAndSmallConstantTypes()
/art/runtime/gc/space/
Ddlmalloc_space.h130 MallocSpace* CreateInstance(MemMap&& mem_map,
Dmalloc_space.h118 virtual MallocSpace* CreateInstance(MemMap&& mem_map,
Drosalloc_space.h121 MallocSpace* CreateInstance(MemMap&& mem_map,
Dmalloc_space.cc223 *out_malloc_space = CreateInstance(std::move(mem_map), in CreateZygoteSpace()
Ddlmalloc_space.cc192 MallocSpace* DlMallocSpace::CreateInstance(MemMap&& mem_map, in CreateInstance() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc224 MallocSpace* RosAllocSpace::CreateInstance(MemMap&& mem_map, in CreateInstance() function in art::gc::space::RosAllocSpace